मराठी

Predict the output and also mention the number of times the loop runs. int a = 0; while (a > −5) { System.out.print(a + " "); System.out.print((--a * 2)); System.out.println(); --a; } - Computer Applications

Advertisements
Advertisements

प्रश्न

Predict the output and also mention the number of times the loop runs.

int a = 0; 
while (a > −5) 
{ 
System.out.print(a + " "); 
System.out.print((--a * 2)); 
System.out.println(); 
--a;
}
थोडक्यात उत्तर

उत्तर

The output: 0     -2
                  -2     -6
                  -4     -10

Number of times the loop runs: 3

shaalaa.com
  या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
पाठ 1.09: Iterative Constructs in Java - Review Insight [पृष्ठ १२०]

APPEARS IN

अविचल Computer Applications [English] Class 10 ICSE
पाठ 1.09 Iterative Constructs in Java
Review Insight | Q 10. | पृष्ठ १२०
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×