Exercise 1: Method for calculating monthly payments of the BP plan (10pt) Let's revisit Homework 3 - Exercise 1: A new c
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Exercise 1: Method for calculating monthly payments of the BP plan (10pt) Let's revisit Homework 3 - Exercise 1: A new c
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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!