Multiple Choice
Which of the following is correct when labeling cases in a switch structure?
A) case1:
B) Case1:
C) case 1:
D) Case 1:
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Which of the following is true?<br>A) You
Q3: Switch can be used to test:<br>A) int
Q4: Which of the following for headers produces
Q5: Float and double variables should be used:<br>A)
Q6: Which of the following is false?<br>A) The
Q7: An example of a unary operator is:<br>A)
Q8: Which of the following is false?<br>A) break
Q9: The _, _ and _ are the
Q10: Which of the following is not one
Q11: Variables are also known as:<br>A) lvalues, but