Examlex

Solved

The Output of the Following Java Code Is: Stoor

question 37

True/False

The output of the following Java code is: Stoor. int count = 5; System.out.print("Sto"); do {System.out.print('o'); count--;} while (count >= 5); System.out.println('r');


Definitions:

Related Questions