Practice ยท 2 of 2
Stop the Fall-Through
This dispatch is missing its breaks, so choosing 1 reports the wrong thing. Fix it so each choice reports ONLY its own label (1 -> "one", 2 -> "two", else "many").
Difficulty: beginner
Press Submit to check your solution.
Back to lesson: Practice: Menu Machine