Assignment 9 -- Conditions

  1. Sign in to scratch.mit.edu
  2. See the example at https://scratch.mit.edu/projects/96765620/
  3. Click the green flag and explore what the project does so far.
  4. Analyze the script to see how it does what it does.


You are going to finish the program that will tell you what you can do depending on your age. Use the slider to set the age.

Currently, it does only the first condition. Your task is to finish the program so that the cat will tell you the rest:

If the age is less than 3, the cat should tell you: "Sorry, you aren't old enough for anything yet"


OPTIONAL extension:
Done early? Think of how you can apply this to your "Nutrition Points" app from your last assignment. Can you have the program do or say something when the user has reached a specific number of points?