#ITE-6104
Awesome StudentQuestion • Computer Programming 2

What will be the output if you execute this code? do{System.out.println("Hello World!");}while(true);

Answer

print "Hello World" infinitely