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? ---You needed to change the 'repeat 10 times ' to 'answer' to make the cat count to the given number.