Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

help please 8. Given a list of scores and a passing score, you are asked to find out the number of scores which are equal

image text in transcribed

help please

8. Given a list of scores and a passing score, you are asked to find out the number of scores which are equal to or higher than the passing score. For examples, the list of scores is as follows: 84, 99, 92, 45, 55, 46, 78, 67, 79 If the passing score is 60, then the answer should be 6. If the passing score is 55, then the answer should be 7. 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. (12 points) Console Please input a passing score (between 0 and 100): The number of students who passed this course is: 6

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions