Q: Write a MIPS assembly program that takes ten input of positive numbers only, place them in an array. Find the minimum
Posted: Thu Jun 02, 2022 7:47 am
Q: Write a MIPS assembly program that takes ten input of
positive numbers only, place them in an array. Find the minimum
number, maximum number and average. Prompt the user properly and
also ask for the number again if user enters a negative number or a
character.
Please add comments to explain your code otherwise I will
downvote.
positive numbers only, place them in an array. Find the minimum
number, maximum number and average. Prompt the user properly and
also ask for the number again if user enters a negative number or a
character.
Please add comments to explain your code otherwise I will
downvote.