Practice ยท 1 of 2
Menu Dispatch
Implement const char* menu_action(int choice) using switch: 1 -> "deposit", 2 -> "withdraw", 3 -> "balance", any other value -> "unknown".
Difficulty: beginner
Press Submit to check your solution.
Back to lesson: Practice: Menu Machine