Students in the programming course have each taken three exams. Write an interactive program that will input each student’s name and three exam scores and will generate a listing displaying each student’s average and the class averages.
You should generate a structure student_t in order to store the student name and three exam scores. You will generate an array of this structure in the main function. Though the exact number of students is not known prior to the entry, there will be not more than 50 students within the class.