Exercise 1: Method for calculating monthly payments of the BP plan (10pt) Let's revisit Homework 3 - Exercise 1: A new c
Posted: Wed Apr 27, 2022 5:06 pm
Exercise 1: Method for calculating monthly payments of the BP plan (10pt) Let's revisit Homework 3 - Exercise 1: A new credit card payment option. Create a method that: 1. Takes three parameters: (1) spending amount (double), (2) monthly interest rate (double), (3) payment period (double) 2. Calculate the future value of the spending as follows: FV = 5*(1 + 100)" s 3. Calculate the fixed, equal monthly payments as follows: FV Monthly Payments = 4. Return calculated monthly payments (double). 1 n