KnowledgeBoat Logo

Computer Applications

A loop statement is given as:

for(i=10;i<10,i++)
{
Statement
}

For how many times will the given loop statement be executed:

  1. never
  2. 1 time
  3. 10 times
  4. infinite

Java Iterative Stmts

41 Likes

Answer

never

Answered By

7 Likes


Related Questions