What is the difference between a switch statement and an if-else statement (C++ programming)
Does anyone know?
If i used an if-else statement or a switch statement for the same problem, will it still give me the same output?
(sorry im still a newbie in C++ lol)