Assignment 10 -- And/Or

Sign in to scratch.mit.edu.

Your task is to make a Scratch program that will tell you the letter grade based on the percentage.

  1. Create a variable named percent.
  2. Double click percent until it displays the scroll bar.
  3. When the green flag is clicked, the program should look at the value of percent and the sprite should say the letter grade according to the following breakdown:


At Crazy High School, students only qualify for tutoring if they have a B OR a D. After it says the grade, make your sprite say "You qualify for tutoring" if the grade is a B or a D.

Completion Requirements