[Solved] Following File Studentstxt Contain Information Students Grades Shown Students Txt Notepad Q37191537

If the following file (students.txt) contain information about students grades as shown below: students-txt . Notepad File Edit Format View Help 5 Sana 85 80 91 Hamda 90 92 93 Mariam 78 60 84 Amani 80 85 87 Reem 85 91 73 Where the first line in the file is an integer N which represents the number of students in the class, the following N lines contain student name, followed by results of each exam 1 create function that reads the grades of each student, and return the results for that particular student. create function that takes the grades of one student as arguments, then it will calculate and return the average of that particular student. 2- Write a program to open the file and calculate the and display on the screen in a table format the name of each student followed by his/her grade, and the grade letter he/she got according to the following table Avg>-90 -A 80Avg <90-B 80Avg <90 ->C 80>= Avg 90 → D Otherwise → F A sample output should look like NAME AVG Letter 85.3333 Sana Hamda Mariam Amani Reem 91.6667A 74 с 84 B 83 B Show transcribed image text If the following file (students.txt) contain information about students grades as shown below: students-txt . Notepad File Edit Format View Help 5 Sana 85 80 91 Hamda 90 92 93 Mariam 78 60 84 Amani 80 85 87 Reem 85 91 73 Where the first line in the file is an integer N which represents the number of students in the class, the following N lines contain student name, followed by results of each exam 1 create function that reads the grades of each student, and return the results for that particular student. create function that takes the grades of one student as arguments, then it will calculate and return the average of that particular student. 2- Write a program to open the file and calculate the and display on the screen in a table format the name of each student followed by his/her grade, and the grade letter he/she got according to the following table Avg>-90 -A 80Avg = Avg 90 → D Otherwise → F A sample output should look like NAME AVG Letter 85.3333 Sana Hamda Mariam Amani Reem 91.6667A 74 с 84 B 83 B
Expert Answer
Answer to If the following file (students.txt) contain information about students grades as shown below: students-txt . Notepad Fi… . . .
OR

