a. Strings can be used in a switch statement's controlling expression and in its case labels.
b. Strings can be used in a switch statement's controlling expression but not in its case labels.
c. Strings cannot be used in a switch statement's controlling expression but can be used in its case labels.
d. Strings cannot be used in a switch statement's controlling expression and cannot be used in its case labels.
+5
Answers (1)
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Which of the following statements is true? a. Strings can be used in a switch statement's controlling expression and in its case labels. b. ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Home » Computers & Technology » Which of the following statements is true? a. Strings can be used in a switch statement's controlling expression and in its case labels. b. Strings can be used in a switch statement's controlling expression but not in its case labels. c.