while loop can not run infinite True or False
Answers
Answered by
2
Answer:
False
Explanation:
While loops are programming structures used to repeat a sequence of statements while a condition is True . They stop when the condition evaluates to False . ... An infinite loop is a loop that runs indefinitely and it only stops with external intervention or when a break statement is found.
Answered by
0
Answer:
yes,while loop can not run infine
Similar questions