What is wrong with the following code? Switch(x) {Case 1: num1 = 100; num2 = 200; Case 2: num3 = 300: Break; num4 = 400;}
Reveal answer
Fill a bubble to check yourself
What is wrong with the following code? Switch(x) {Case 1: num1 = 100; num2 = 200; Case 2: num3 = 300: Break; num4 = 400;}