0
What command is used to run the program called "Apples"
3 ответов
+ 2
after making program in notepad. follow these steps:
1. Shift+right click and select open command prompt here.
2. Type javac Apple.Java To compile your Java program.
3. It will return error if any. else the cursor in cmd will move to next line.
4. Type java Apple to run your code
Enjoy!
0
just type ,java , in blank
0
Type in the command to run a program called "Apples":