Computer Science, asked by thakursantosh1877, 7 months ago

write a brief program in Blue J environment and compile it​

Answers

Answered by Anonymous
4

Answer:

Compiling and running Java programs with BlueJ

  • 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 sourabhyadavaps
1

Answer:

Compiling and running Java programs with BlueJ

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:

Similar questions