Quote Originally Posted by Paul McKenzie View Post
Again, where is the break statement for the default case? Do you know why break makes a difference?

Regards,

Paul McKenzie
I thought case statement is like if statement. So in my example, when i is 4 and it meets case 1, then case 1 is not going to be entered. Why am I wrong? Thanks.