Search for question
Question

Assignment Descriptions: In this programming project (as an induvial project, with no collaboration is allowed with anyone, either in this class or outside of this class), we will develop "Compound Interest

Calculator" using a recursive subroutine structure in the MIPS assembly instruction set for calculating and displaying the number of years to reach a target balance, as well as the account balance in each year. Compound interest is calculated using the following formula: a(+1)= a(x) + (α) x R) where n represents the number of years after the principal was deposited (n ≥ 1), α= the principal and R is the fixed annual interest rate (0.0

Fig: 1

Fig: 2