Switch Statements In C++
Switch Statements:
When there are multiple possibilities in If-Else statements, then we use switch statement.
Syntax:
Example1:
Output:
Example2:
Output:
Example3:
Output:
Example4:
Output:
Example5:
Output:
