- 2
I'm stuck on this please help... please?
int x = 10; ( ) { case 10: System.out.println("A"); break; 20: System.out.println("B"); break; }
1 Answer
0
Hi! what is your question?
int x = 10; ( ) { case 10: System.out.println("A"); break; 20: System.out.println("B"); break; }