"Switch" Statement in C++
The "switch statement" is used as a substitute of "nested-if-else" statements. It is used when multiple choices are given and one choice is to be selected.
by Tahira Aijaz is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.