3. Write True (T) or False (F).
1. Ctrl + F is used to exit a loop.
2. If the condition of while loop is always true, you get an infinite loop.
3. Elseif statement is optional statement.
4. If expression: loop(s) is the correct syntax for If statement.
5. While loop is used when the number of times of iteration is not known.
tod
Answers
Answered by
0
Answer:
1. F
2.T
3.F
4.F
5.T
thank you
Similar questions