Examlex

Solved

What Is the Output of the Following Code? Int Count;

question 18

Multiple Choice

What is the output of the following code? int count; int num = 2; for (count = 1; count < 2; count++) {num = num + 3; System.out.print(num + " ") ;} System.out.println() ;


Definitions:

Related Questions