Assignment 11 -- Guess a Number

Prepare
  1. Sign in to scratch.mit.edu
  2. Open the project at scratch.mit.edu/projects/97056845/
  3. Click the green flag and explore what the program does


Please be sure to answer the exploration questions on your handout!


Lab
Edit the program so that the cat asks for 2 numbers (one after another) and then tells you that you win if both numbers were correct. Otherwise, you lose.

OPTIONAL extension activity
Edit the program so that the cat asks for 3 numbers (one after another) and then tells you that you win if you guess at least two out of the three numbers correctly. Otherwise, you lose.