+ 1
Can anyone explain what is switch and case are
2 Antwoorden
+ 4
Switch statements will be explained in lesson 18 of the c++ sololearn course.
Copy the code, change it, look at the outputs. 
If you need further help, please link an example of code that you don't understand.
+ 1
In short: Switch/case is basically a more readable if/else if construct



