Update Test_1.java
This commit is contained in:
@@ -3,7 +3,7 @@ public class Test_1{
|
|||||||
switch(x){
|
switch(x){
|
||||||
case 1: x += 10;
|
case 1: x += 10;
|
||||||
break;
|
break;
|
||||||
case 2: x *= 2:
|
case 2: x *= 2;
|
||||||
break;
|
break;
|
||||||
default: x = -1;
|
default: x = -1;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user