Construct a solution algorithm for the following programming problems. Your solution should contain:
• a defining diagram
• a list of control structures required
• a pseudocode algorithm
• a desk check of the algorithm.
Design an algorithm that will read a file of student records containing the student’s number, name, subject number and letter grade. Your program is to use the letter grade on the student record to retrieve the corresponding grade points for that letter grade from the paired arrays that were established in Problem 5. Print a report showing each student’s number and name, the subject number and the letter grade and grade point. At the end of the report, print the total number of students and the grade point average (total grade points divided by the number of students).
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.