Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Hi I have a problem coding a procedure to calculate an average grade based on th

ID: 3648980 • Letter: H

Question

Hi I have a problem coding a procedure to calculate an average grade based on the 3 test scores. The application should display letter grade based on the average of 3 test results. if a score is >90 then grade A, score displayed, between 80-90 is B and so on.

The form needs to have 3 text boxes for test 1,2 and 3

two bottons (calculate grade and exit)

and label to display grade

the problem is located in book "Clearly visual Basic 2010" Author Diane Zak on page 315. (problem 4)

Any help would beappreciated

Explanation / Answer

#include #include using namespace std; char name; double score1; double score2; int score3; int score4; int main() switch(case) case1: { cout > name; cout score2; } cout > score3; cout > score4; }