syntax for exit controll looping statement
Answers
Answered by
0
For Java,
U can use a do-while loop...
While for other languages I m not so sure. Either way, here is the syntax.
Write a loop without the check statement and in the body of the loop, u can specify a condition, if met, to break the loop using the if statement and the break command!
Similar questions