Switch case: Lots of case are there which 1 matched go for it. It dont take condition in case.If else: take condition as argument. and if condition true then enter into body otherwise left the if...
If you have a loop in your switch statement or around your switch statement, you can use the continue statement in that. You cannot use a continue statement outside of a loop (do, for, or while).