हिंदी

What will be the output of the following code? int m = 2; int n = 15; for (int i = 1; i < 5; i++) m++; --n; System.out.println("m = " + m); System.out.println("n = " + n); - Computer Applications

Advertisements
Advertisements

प्रश्न

What will be the output of the following code? 

int m = 2; 
int n = 15; 
for (int i = 1; i < 5; i++) 
m++; 
--n; 
System.out.println("m = " + m); 
System.out.println("n = " + n);
संक्षेप में उत्तर

उत्तर

m = 6

n = 14

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. 3. | पृष्ठ १२३
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×