In this project, the Scratch Cat is supposed to count from 1 to the number the user provides. But the Scratch Cat always counts to 10. How do we fix the program?
I noticed that the define counting block had a repeat 10 times loop. I altered that loop to repeat until the current number equaled the answer.