Computer Science, asked by jerylsolomon, 1 month ago

Explain infinite loop with example.

Answers

Answered by mrlopadvicionline
1

Answer:

sorry

Explanation:

I am really sorry I am really sorry

Answered by anjalirehan04
1

An infinite loop occurs when a condition always evaluates to true. Usually, this is an error. For example, you might have a loop that decrements until it reaches 0. public void sillyLoop( int i ) { while ( i != 0 ) { i-- ; } }.

please mark me brain mark list

Similar questions