Update Test_1.java

This commit is contained in:
Mandeep Moun
2025-10-28 23:22:33 -06:00
committed by GitHub
parent 807844cb67
commit 13002327b4

View File

@@ -3,7 +3,7 @@ public class Test_1{
switch(x){
case 1: x += 10;
break;
case 2: x *= 2:
case 2: x *= 2;
break;
default: x = -1;
}