Answered step by step
Verified Expert Solution
Question
1 Approved Answer
***NEEDS TO RUN ON QtSpim*** The MIPS assembly program should prompt the user and read an integer value indicating n, which is the number of
***NEEDS TO RUN ON QtSpim*** The MIPS assembly program should prompt the user and read an integer value indicating n, which is the number of values to be entered. If the n value is not between 1 and 10, then you should print an appropriate error message and exit. Otherwise, you should prompt the user and read each of the n values. You should then print the values that were even, separated by commas. If one or more values were even, then print the average of the even values. (Don't use other answers, they don't work)
Enter the number of values: 5 Enter 5 integer values, one per line. 271054 The even numbers are: 2, 10,4 The average of the even numbers is: 2.66666675Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started