2. If the condition of while loop is always true, you get an infinite loop.True or False.
Answers
Answered by
0
You can generate an infinite loop intentionally with while True . The break statement can be used to stop a while loop immediately.
Answered by
0
True
Because it will only terminate when the condition is fulfill
Because it will only terminate when the condition is fulfill
Similar questions