Computer Science, asked by Meenl9584, 9 months ago

What is Infinite Loop In Java

Answers

Answered by NubrincePlaysGt
0

Answer:

an infinite loop is an instruction sequence that loops endlessly when a terminating condition isn't met

Explanation:

Creating an infinite loop might be a programming error, but may also be intentional based on the application behavior.

Answered by spak12221
0

Answer:

Explanation:

Infinite loop mean the loop which never ends it produce due to wrong input ex 3/0

Similar questions