Which of the following is the correct syntax for the beginning of a switch statement that evaluates a variable named choice?​

Which of the following is the correct syntax for the beginning of a switch statement that evaluates a variable named choice?​


a. case(choice):
b. switch[choice] {​
c. switch(choice) {
d. case[choice]:


Answer: c. switch(choice) {


Learn More :