Podmar 0 Newbie Poster

Write a MIPS Assembly program that inputs names and marks for three student assignments and computes the total score for each student and the average class score per assignment. Assume Assignment#1 is scored out of 5; Assignment#2 is scored out of 10; Assignment#3 is scored out of 5; Hence the maximum score for each student is out of 20.

Use arrays for names, assignments and total. Run the program with inputs for 10 students.