Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Language JAVA Please give answer to it ASAP. Need it argent Write a program that lets the user enter the loan amount and loan period

Language JAVA

Please give answer to it ASAP. Need it argent

image text in transcribed

Write a program that lets the user enter the loan amount and loan period in number of years and displays the monthly and total payments for each interest rate starting from 5% to 8%, with an increment of 1/4. loan amount x monthlyInterest Rate monthly Payment (1 + monthlyInterest Rate) Panxiz totalPayment = monthly Payment numberOfYears x 12 Your program output must be identical to the below output. Enter loan amount: 10000 Enter number of years as an integer: 5 Interest Rate Monthly Payment 5.600% 188.71 5.250% 189.86 5.500% 191.01 5.750% 192.17 6.000% 193.33 6.250% 194.49 6.500% 195.66 6.750% 196.83 7.000% 198.01 7.250% 199.19 7.500% 200.38 7.750% 201.57 8.000% 202.76 Total Payment 11322.74 11391.59 11460.70 11530.06 11599.68 11669.56 11739.69 11810.es 11880.72 11951.62 12822.77 12094.18 12165.84

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Essentials of Database Management

Authors: Jeffrey A. Hoffer, Heikki Topi, Ramesh Venkataraman

1st edition

133405680, 9780133547702 , 978-0133405682

More Books

Students also viewed these Databases questions