Skip to content

Commit c8c5c69

Browse files
Update switch_case.java
1 parent 17e19a0 commit c8c5c69

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

switch_case.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
public class switch_case {
1+
public class switch_case
2+
{
23
public static void main(String[] args) {
34
int number = 16;
45
switch(number){

0 commit comments

Comments
 (0)