Question: Write a MIPS program that will ask the user for a positive integer (we will call this n ), check if it is positive, if
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 dont sign yourself up for those). Recursion is a problem for future assignments.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
