- Engineering
- Computer Science
- write a mips program that will ask the user for...
Question: write a mips program that will ask the user for...
Question details
Write a MIPS program that will ask the user for a positive integer (we will call this n ), check if it is positive, if not throw an error. Iteratively calculate the factorial of that number (assume n is less than 15, there are some issues with factorial calculations with big numbers which we will discuss in class… don’t sign yourself up for those). Recursion is a problem for future assignments.
Solution by an expert tutor
