Computer Applications

How many times the loop, for (i=1; ;i++), will execute, if there is no statement to terminate the loop?

  1. 1
  2. 0
  3. infinite
  4. none

Java Iterative Stmts

29 Likes

Answer

infinite

Answered By

3 Likes


Related Questions