English

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

Question

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);
Answer in Brief

Solution

m = 6

n = 14

shaalaa.com
  Is there an error in this question or solution?
Chapter 1.09: Iterative Constructs in Java - EXERCISES [Page 123]

APPEARS IN

Avichal Computer Applications [English] Class 10 ICSE
Chapter 1.09 Iterative Constructs in Java
EXERCISES | Q III. 3. | Page 123
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×