Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Visual Basic (Visual Studio 2017): Convert Grade Write a visual basic program that reads set of grades from the user until it receives a negative

Visual Basic (Visual Studio 2017): Convert Grade

Write a visual basic program that reads set of grades from the user until it receives a negative input (-1, it should calculate all the input entered after receiving -1 input). The negative input should not be use in your calculations. Using A = 90 to 100, B= 80 to 89, C = 70 to 79, D=60 to 69, and F= 0 to 59 compute the followings:

--The total number of students in the class.

--The total numbers of student for each letter grade.

--The percentage of total number of student for each letter grade.

--The range of scores for each letter grade.

--The average score for each letter grade.

--The entire class average.

Input validation: The value must be an integer. The maximum possible score is 100.

Make sure to clearly display the Graphical user interface (display each letter grade) and shoud include input validation, standard naming conventions, and comments.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

(1 point) Calculate 3 sin x cos x dx.

Answered: 1 week ago

Question

What are Decision Trees?

Answered: 1 week ago

Question

What is meant by the Term Glass Ceiling?

Answered: 1 week ago