Declare a structure that contains: student Id, first name, last name, and five test scores. Also declare an array of 10 student structures. Prompt the user and read the student data from the keyboard and store the information in the array. After each student ask the user if there is to be another entry. When there are no more entries, clear the screen (system(“cls”)); then loop through the array to print each student. Calculate the average score for each student and test. Write the information in tabular form to the screen, one line for each student (including the average score) and a total line for the average score for each test. Don’t forget appropriate headings.
PLEASE SOMEONE HELP ME ON THIS PROBLEM. THANK YOU