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