+ 1
Switch case reusability.
I just made a simple calculator using switch case. after choosing an option it shows me output. but I want to make him ask again for an option. so what should I do ?
2 Answers
+ 6
Use a loop.
Keep asking until they or you want to exit.
+ 1
Infinity while loop