How to ignore the next statement in this code? I can't write the full code | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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?

26th Oct 2018, 1:10 PM
yasifa ana
0 Answers