Computer Science, asked by sahiljoseph2006, 5 months ago

True or false , switch case only tests for equality​

Answers

Answered by parishay6192
0

Answer:switch statement can only test for equality, whereas if statement can evaluate any type of boolean expression. it is possible to create a nested switch statements. Explanation: No two case constants in the same switch can have identical values.

Similar questions