Introduction
Create an application that allows the user to enter a test grade and then
checks it to see if it is a good grade. It should display “Good job!”
for any grade greater than or equal to 70, and “Study more.” for any
grade less than 70. Include a change event procedure that clears
the message when the user types a new value.
Important features
- Change event
- Use variable for user input
- If…Then…Else statement
- Proper indents, spacing, comments