0
How to ignore the next statement in this code? I can't write the full code
switch(condition){ case1: case2: default:} if(condition){} else if(){} else{} I want the statement on default don't do all of if-else if-else statement, and just finish the program. how to do that?
0 ответов