Write a function compound interest that takes in an


Problem

Compound interest means that you add the interest (say, 2%) to a starting balance (say, $100) for a period of time (say it's a year) to get a new balance ($102.00 in this example). During the next period of time, we apply the same interest rate to the new balance. In our example, during the second year, our 2% interest on $102 would give us $104.04 as our new balance. Write a function compound Interest that takes in an interest rate, a starting balance, and a number of years, then returns what the new balance would be. (Hint: Recursion can be useful here.)

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Write a function compound interest that takes in an
Reference No:- TGS02641323

Expected delivery within 24 Hours