Question: Java programming help. Write a program in Java that reads in the car loan amount (principal), annual interest rate, and the term of car loan
Java programming help.
Write a program in Java that reads in the car loan amount (principal), annual interest rate, and the term of car loan in years. The program should display the car loan amount, monthly payment and the term of car loan in months using the following formula. (I'm currently having trouble inserting the formula into Java)

Write a program that reads in the car loan amount (principal), annual interest rate, and the term of car loan in years. The program should display the car loan amount, monthly payment and the term of car loan in months using the following formula: interest rate x principal 12 months Monthly Payment- interest rate-number of months) 12 months 1-1 +
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
