I learned how you can use the switch statement to make the program go through the stuff inside and choose the one that matches the condition set.
Isnt that basically what "if" statements do?
so does this mean we can completely replace 'if' with 'switch'? because it seems way more convenient
-im a beginner