Your task is to make a Scratch
program that will tell you the letter grade based on the percentage.
- Create
a variable grade.
- Double
click grade to display the scroll bar.
- When
the green flag is clicked, the program should look at the value of grade
and the sprite should respond with a letter as follows:
A: greater than 90 or equal to 90
B:
greater than 79 and less than 90
C:
greater than 69 and less than 80
D:
greater than 59 and less than 70
F:
less than 60
- At
Crazy High School, students only qualify for tutoring if they have a B OR
a D. After it says the grade, make
your program say “You qualify for tutoring” if the grade is a B or D.