Answered step by step
Verified Expert Solution
Question
1 Approved Answer
using JS Modify this program so that the annual interest rate is not based on users input, but based on users credit score. Below is
using JS
Modify this program so that the annual interest rate is not based on users input, but based on users credit score. Below is the logic:
Credit Score | < 400 | >=400 < 500 | >=500 < 600 | >=600 < 700 | >=700 < 800 | >=800 |
Interest Rate | 10.0 | 8.0 | 6.0 | 4.0 | 3.5 | 3.0 |
Enter Loan Data: | Loan Balance, Cumulative Equity, and Interest Payments | |
---|---|---|
Amount of the loan ($): | ||
Credit Score: | ||
Repayment period (years): | ||
Zipcode (to find lenders): | ||
Approximate Payments: | ||
Monthly payment: | $ | |
Total payment: | $ | |
Total interest: | $ |
Enter Loan Data: | Loan Balance, Cumulative Equity, and Interest Payments | |
---|---|---|
Amount of the loan ($): | ||
Credit Score: | ||
Repayment period (years): | ||
Zipcode (to find lenders): | ||
Approximate Payments: | ||
Monthly payment: | $ | |
Total payment: | $ | |
Total interest: | $ |
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started