हिंदी

Give the output of the following program segment and also mention the number of times the loop is executed. int a, b; for (a = 6; b = 4; a <= 4; a = a + 6) { if (a % b == 0) break; } - Computer Applications

Advertisements
Advertisements

प्रश्न

Give the output of the following program segment and also mention the number of times the loop is executed.

int a, b; 
for (a = 6; b = 4; a <= 4; a = a + 6) 
  { 
  if (a % b == 0) 
  break; 
  }
System.out.println(a);
संक्षेप में उत्तर

उत्तर

6

The loop executes 0 times.

shaalaa.com
  क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
अध्याय 1.09: Iterative Constructs in Java - EXERCISES [पृष्ठ १२३]

APPEARS IN

अविचल Computer Applications [English] Class 10 ICSE
अध्याय 1.09 Iterative Constructs in Java
EXERCISES | Q III. 5. | पृष्ठ १२३
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×