C
Programming and Technical
Q. When is a switch statement better than multiple if statements?
A. A switch statement is generally best to use when you have more than two conditional expressions based on a single variable of numeric type.
Read Solution (Total 0)
C Other Question