Question: Write a program using MIPS instruction set that will read a series of even non-negative integers (greater than or equal to zero) one by one
Write a program using MIPS instruction set that will read a series of even non-negative integers (greater than or equal to zero) one by one until either the total count of valid numbers read becomes 10 or user has entered a cardinal value ( -7). At the end, the program will print the sum of the valid numbers read, total count of valid numbers read and the integer average of the valid numbers read. It will store these three integers in named static variables before the program ends. If an invalid number is entered the program will ignore it and print an error message.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
