Computer Science, asked by dharshinirajkumar200, 5 months ago

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 bhanjanbipat7
1

Answer:

please follow me on app

Attachments:
Similar questions