Question: send screenshot of .asm source file please 5. Given a list of scores and a passing score, you are asked to find out the average
5. Given a list of scores and a passing score, you are asked to find out the average score and the number of scores which are equal to or higher than the passing score. For examples, the list of scores is as follows: 46, 58, 56, 59, 89, 93, 77,98, 100, 64 If the passing score is 60, then the answers should be 74 and 6. If the passing score is 55, then the answers should be 74 and 9. Implement the above task using MIPS in QtSpim. Initialize the array of scores in memory using any integer values between 0 and 100. The passing score should be obtained from user's input and the answer must be printed out. See the following screen snapshot for reference. Please submit the source file of your program in a .asm file. Don't copy and paste the source code into the file for the answers to the other questions. (15 points) Console Please input a passing score [between 0 and 100): 60 The average score is:74 The number of students who passed this course is: 6
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
