Why is it that the following code:
class swi { public static void main(String[] args) { int a=98; switch(a) {
Shouldn't you use break instead of continue?
break
continue