The manages immediately after a continue statement in a while and do-while loop, loop-continue test.
What is while and do while?
- While loop checks the state first and then directs the message(s), whereas doing while loop will manage the message(s) at slightly once, then the state is checked.
- While loop is entry controlled loop whereas do while is exit held loop.
- A "While" Loop is used to replicate a specific block of code an unspecified number of times until a requirement is met.
- For example, if we want to ask a user for a digit between 1 and 10, we don't know how many periods the user may join a more extensive numeral, so we keep questioning "while the numeral is not between 1 and 10".
To learn more about while and do-while loop, refer to:
https://brainly.com/question/19344465
#SPJ4