Question: 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:

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).

Grade >= 93.00 >= 90 >= 87 >= 83 >= 80 >= 77 >= 73 >= 70 >= 65 >= 60 >= 55
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
