class A { public void main(String args[]) { System.out.println("Hello World!"); } } What is the output of the program?
Reveal answer
Fill a bubble to check yourself
class A { public void main(String args[]) { System.out.println("Hello World!"); } } What is the output of the program?