Enter the secret number when prompted.
In this project, Scratch Cat is thinking of a number between 1 and 10. But something is wrong with the guess checking -- it doesn't work consistently.How do we fix the program? SOLUTION the second IF condition had a wrong boolean block; it was the same as the first IF [< then guess]. Changed in [> then guess] This debugging challenge is part of Week 3 activities for the Creative Computing Online Workshop.