Instructions:
Provide the analysis and pseudocode only.
Problem:
For each of the following Programming Problems, use the top-down modular approach and pseudocode to design a suitable program to solve it.
1.
(a). Input names of students from the user, terminated by "ZZZ",0,0,0, andcreate a data file grades with records of the subsequent form:student (String), test1 (Integer), test2 (Integer), test3 (Integer)
(b). Show the contents of the file grades created in Part
a. Each student'srecord should appear on a separate line and include the total score (thesum of the three tests) for that student.
For example, a line of output might be as follows:R. Abrams 76 84 82 242