Why is it that the following code:
class swi { public static void main(String[] args) { int a=98; switch(a) {
You are using continue where you should be using break
continue
break