2
Answers

Jumping out of the while loop

Maha

Maha

10y
557
1
Let us say there is a while loop with the true statement within it (while(true)) therefore loop will continue. Any keystroke can terminate the loop and not the program and the program will go to the next step and continue to run. Can a program be written like that?
Answers (2)