Multiple Choice
What happens if a case in a switch statement does not end with a break statement?
A) The program will not compile.
B) The switch statement will never execute.
C) It will cause an infinite loop.
D) The switch statement will execute the next case statement as well.
E) The case will never be executed.
Correct Answer:

Verified
Correct Answer:
Verified
Q2: In a nested if statement an else
Q3: The following code compiled, but while running
Q4: Which of the following is not a
Q5: Every if statement requires an associated else
Q6: Write a do loop that verifies that
Q7: Write a switch statement that switches on
Q8: Write a short code fragment that uses
Q9: The _ statement causes execution of a
Q10: Which of the following statements best describes
Q11: Write a snippet of code that determines