Question: I need to create a method that calculates monthly payment using variable names below. double purchaseAmount; double downPayment; double apr; double years; Method Below is
I need to create a method that calculates monthly payment using variable names below.
double purchaseAmount; double downPayment; double apr; double years;
Method Below is what I need. Thank you.
public double calcMonthlypayment() {
return 0; }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
