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?
Instead of the repeat for 10 block, i put in repeat until (Variable) = Abs of (Answer) blocks. It took a while of experimentation, mostly because at first, I didn't but the Abs of block in.