We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17e19a0 commit c8c5c69Copy full SHA for c8c5c69
switch_case.java
@@ -1,4 +1,5 @@
1
-public class switch_case {
+public class switch_case
2
+{
3
public static void main(String[] args) {
4
int number = 16;
5
switch(number){
0 commit comments