CHECK FOR UNDERSTANDING: We've used if statements to test when two things are equal, greater than, and less than but we can also use them to test if two things are not equal.

  • Click Run and guess the letter. Then use the code to answer the questions.

Not Equal To: If your guess != the random number, the sprite says, "Nope! Guess again!".

# THIS ACTIVITY IS IN PREVIEW ONLY MODE