Examlex

Solved

While(10 > 1)

question 46

Essay

while(10 > 1)
{
   System.out.println("This prints forever.");
}
Identify the problem that exists in the above while loop.


Definitions:

Related Questions