Question
Use Visual Studio, Visual Basic form. Variables and Conditional Statements Convert number grades to letter grades Operation The user enters a numerical grade from 0
Use Visual Studio, Visual Basic form.
Variables and Conditional Statements Convert number grades to letter grades
Operation
The user enters a numerical grade from 0 to 100 and clicks the Convert button or presses the Enter key to activate that button.
The application calculates the letter grade corresponding to the numerical grade and displays it in a label on the form.
Specifications
The grading criteria follow:
A 90-100 B 80-89 C 65-79 D 50-64 F
Assume that the user will enter a valid integer for the grades so your code doesnt have to check this entry for validity.
Code the application using the IfThenElse statement.
Show an error message if the grade entered is out of range (less than zero or greater than 100).
Convert grades Number grade: 87 Letter grade: B Convert Exit
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started