Computer Science, asked by khushit1419, 1 year ago

ritika has written program in java.after the successful compilation of her program, which option could she select to run it

Answers

Answered by AnviGottlieb
40
Heya!
here's your answer!
__________________
_____

• Here I'm providing you with the steps to run a program after successful compilation in BlueJ

⏩ Right click on the icon of the program in BlueJ

⏩ there will be an option of "void main(String ar[])" Click on it .

⏩ A dialogue box will appear

⏩ Click on OK button

⏩ The terminal Window will appear which will show you desired output.

__________
_____________

Hope this helps you!
Answered by thakurojasvi935
8

Answer:

I hope it is helpful.

Explanation:

To run her program, Ritika needs to right-click on the class icon and select void main(String[] args) option from the pop-up menu.

Similar questions