Computer Science, asked by pratyushmohanty77, 10 months ago

syntax for exit controll looping statement ​

Answers

Answered by nimitshah622
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