English

Give an example of an infinite loop. - Computer Applications

Advertisements
Advertisements

Questions

Give an example of an infinite loop. 

Give one example of an infinite loop. 

Answer in Brief

Solution

num = 20
while num > 10;
    print(num)
    num = num + 1

The above statement will create an infinite loop as the value of 'num' initially is 20, and each subsequent loop increases the value of num by 1, thus making the test condition num > 10 always true.

shaalaa.com
  Is there an error in this question or solution?
Chapter 6: Flow of Control - Exercise [Page 139]

APPEARS IN

NCERT Computer Science [English] Class 11
Chapter 6 Flow of Control
Exercise | Q 4. (ii) | Page 139
Avichal Computer Applications [English] Class 10 ICSE
Chapter 1.09 Iterative Constructs in Java
EXERCISES | Q V. 6. (ii) | Page 124
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×