Find the output if p=3 int a=1,b=2,c=3; switch(p) { case 1: a++; case 2: b++; case 3: c--; break;} System.out.println(“a=”+a+”b=”+b+”c=”+c);
Answers
Answered by
1
Answer:
please follow me on app
Attachments:
![](https://hi-static.z-dn.net/files/d8f/a24849d2fd56cfbffe353ec47501674e.jpg)
Similar questions