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

Use Visual Studio, Visual Basic form. Variables and Conditional Statements Convert number

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!