Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Sara wants to buy a car , Help Sara compute the monthly payment on a loan . You have the following data You will be

image text in transcribed
Sara wants to buy a car , Help Sara compute the monthly payment on a loan . You have the following data You will be given the loan amount , the annual percentage rate of interest and number of monthly payments . Your program should allow Sara to input the loan amount , interest rate and how many payments she wants to make Your program should then compute and display the monthly payment You need to make the following variables Payment , Loan Amt Interest Rate Monthly Rate , NumberMonths You will need the following formula Monthly Rate = Interest Rate / 1200 When the user enters Interest Rate as a percentage , it must be divided by 100 to make it a decimal lie , 18% = 18 /100 = 0. 18 ) The Interest Rate offered by car dealers is an annual rate so this must be divided by 12 to get the Monthly Rate . The formula in step 5 combines steps 6 and 7 ( i . e . , annual rate of 18 % = 18/ 100 0.18 and the monthly rate is 0 . 18/ 12 0 015 or 18 / (100 * 12 ) = 18 / 1200 . ) Payment - Loan Amt * Monthly Rate * ( 1 + Monthly Rate ) Number Months ( ( 1 + Monthly Rate Number Months - 1 ) This formula must be entered correctly for it to calculate the correct

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

More Books

Students also viewed these Mathematics questions