Computer Science, asked by Anitanirola221, 1 year ago

Please provide me the easy example for infinite loop its urgent I need answer

Answers

Answered by mrunal6117
1

Intended Infinite Loops. It is rare, but sometimes you may want to have a loop that intentionally does not end, as, for example, an overall loop controlling the user interface of your program. In those cases you want to code an infinite loop that is supposed to run forever.

Similar questions