English

Predict the output: p = 3 int a = 1, b = 2, c = 3; switch(p) { case 1: a++; case 2: ++b; break; case 3: c--; } System.out.println(a + "," + b + "," + c); - Computer Applications

Advertisements
Advertisements

Question

Predict the output:

p = 3

int a = 1, b = 2, c = 3; 
switch(p) 
   {
   case 1: a++;
   case 2: ++b; 
       break;
   case 3: c--; 
   }
System.out.println(a + "," + b + "," + c);
One Line Answer

Solution

1, 2, 2

shaalaa.com
  Is there an error in this question or solution?
Chapter 1.08: Conditional Statements in Java - EXERCISES [Page 99]

APPEARS IN

Avichal Computer Applications [English] Class 10 ICSE
Chapter 1.08 Conditional Statements in Java
EXERCISES | Q III. 2. (b) | Page 99
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×