Hint: You only need to edit the code in the Cat sprite! When the cat eats an apple or orange, it receives a message from the fruit. You can use this to decide when to change the number of fruits eaten. 1. Add a variable to count how many apples the cat eats and display it on the screen. 2. Add a variable to count how many oranges the cat eats and display it on the screen 3. Add a variable to count how many fruits total the cat eats. Fruits includes both apples and oranges!