Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

VISUAL BASIC PROGRAMMING: Program 3. Grades You are to write a program to determine the grade distribution for a set of grades. The grades are

VISUAL BASIC PROGRAMMING: Program 3. Grades

You are to write a program to determine the grade distribution for a set of grades. The grades are located in the text file FinalGrades located on D2L. You are to copy these grades into the lstGrades listbox on the form. You will then determine the letter grade for each grade in the list using counters for each grade. The grade cutoffs will be:

image text in transcribed

You are to output, in the lstresults listbox, the following: letter grades, count for each grade, and percent for each grade. For example, you might have 120 students. For the grade of A, there might be 6 students (the count) who earned that grade. There would be 5.00% As in this class.

This question is worth TWICE the points (100) as compared to the other questions (50 each).

image text in transcribed

Grade >= 93.00 >= 90 >= 87 >= 83 >= 80 >= 77 >= 73 >= 70 >= 65 >= 60 >= 55

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

Why are projects identifi ed?

Answered: 1 week ago