Answer the following questions true (T) or false (F)
1. The body of a while statement must cause the loop repetition condition to become false after a finite number of passes to prevent an infinite loop.
2. In counting loops, the counter must be initialized to zero before execution of the loop body begins.
3. The loop repetition condition of a while or for statement can be false before the loop begins to execute.
1. True
2. False
3. True
Computer Science & Information Technology