Professor higgins has 20 students in his class for each


(TCOs 5, 6, and 8) Review the following scenario and complete the design.

Scenario

Professor Higgins has asked you to design the logic that will be used to calculate final class averages and grades for his students. His grading algorithm is as follows.

      Exam average:              60%

      Quiz average:                20%

      Lab average:                 20%

Professor Higgins has 20 students in his class. For each student, Professor Higgins will enter the student's name and store into a "names" array, then input the value for each of the averages (exam, quiz, and lab). Using the weighting above, the program will calculate the final student class average and store each student's final average into an array. The program will then determine the letter grade for each student using the following criteria.

90-100: A

80-89:              B

70-79               C

60-69               D

Less than 59     F

When the student's final grade is determined, the final grade will be stored in a third "grade" array.

After all data have been input and calculations done, display the final output using the 3 arrays as a Grade Report with headings ofNAME, AVERAGE, andGRADE. 

  • Display the name, final average, and grade for all the students.Calculate and display the total class average (total of all individual student averages / number in class).

Write a program using C#, prompt the user for the appropriate input, and display the output as described above. You may assume all data are valid. Provide a program introduction message that tells the user how to use the program.

Request for Solution File

Ask an Expert for Answer!!
Chemistry: Professor higgins has 20 students in his class for each
Reference No:- TGS01196368

Expected delivery within 24 Hours