Computer Science, asked by basanasarkar100, 2 months ago

write the steps to compile a java program in bluej​

Answers

Answered by punk15aug
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 MohammadKashifAK
0

Steps to compile a Program

  1. right click on the program.
  2. select compile option
  3. then your program is compiled  

steps to run a program

  1. when your program is successfully compiled then-
  2. select option ''void main (String[]args)'' option
  3. click ok
  4. your program is runned

Please mark this answer as brainliest and drop some thanks

Similar questions