Back
Uncategorized

If you can complete the assignment and complete it correctly let me know.Complet

If you can complete the assignment and complete it correctly let me know.Completeparts a and b of Programming Problems 1 on p. 444 in Ch. 8 ofPrelude to Programming.Providethe analysis and pseudocode only. No diagrams are required.a. Input names of students from the user terminated by ZZZ000 andcreate a data file grades with records of the following form:student (String) test1 (Integer) test2 (Integer) test3 (Integer)b. Display the contents of the file grades created in Part a. Each studentsrecord should appear on a separate line and include the total score (thesum of the three tests) for that student. For example a line of outputmight be as follows:R. Abrams 76 84 82 242