Question: Write a MIPS assembly program to calculate nCr. The program should accept the numbers n and r from the user. The program should call the
Write a MIPS assembly program to calculate nCr.
The program should accept the numbers n and r from the user. The program should call the factorial function.
nCr = n! / ((n-r)! * r!)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
