This is a multiplication practice project. You can make her dance by waving your hand or clapping. Your task is to complete options (conditional). Part 3: You need to add conditional to check input for # of people. If it is less than 1 or greater than 10, you need to give prompt again. Be sure to read the comment since it provides hint in pseudo code. Once you complete it, make sure it works. This is last part of this project. You can add background and music to make it more interesting.
This project serves multiple teaching point. 1. Conditional statement (CS) 2. Abstraction (CS) 3. Multiplication practice (Math) 4. Reusability of project