write the steps to compile a java program in bluej
Answers
Answered by
0
Answer:
Right click on the program file in BlueJ's main window, and then.
Left click on the void main(String[]args) tab:
A window will pop up: Left click on OK to run the program. Result: the output of the program is shown in BlueJ's "terminal" window:
Answered by
0
Steps to compile a Program
- right click on the program.
- select compile option
- then your program is compiled
steps to run a program
- when your program is successfully compiled then-
- select option ''void main (String[]args)'' option
- click ok
- your program is runned
Please mark this answer as brainliest and drop some thanks
Similar questions