Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Use python programming with while loop Assume loan interest rates are determined by FICO credit score. Write a python program that uses a loop to

Use python programming with while loop

Assume loan interest rates are determined by FICO credit score. Write a python program that uses a loop to prompt for 3 applicant names and their FICO credit score. Use the credit score to determine the annual percentage rate for each applicant using the table below. Your program should also determine the highest credit score of the 3 applicants and average credit score of the 3 applicants. The program must output each applicant name with correct annual percentage rate. Also output the average credit score & highest credit score. Write the Python code to display the Test Data results

FICO SCORE

ANNUAL PERCENTAGE RATE (APR)

ID

760-850

1%

$93,057

700-759

2%

$101,578

680-699

3%

$108,470

660-679

4%

$116,916

640-659

5%

$134,261

620-639

6%

Test Data:

Jose 730

Samir 765

Susan 665

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

Build It For The Real World A Database Workbook

Authors: Wilson, Susan, Hoferek, Mary J.

1st Edition

0073197599, 9780073197593

More Books

Students also viewed these Databases questions

Question

2. Show the trainees how to do it without saying anything.

Answered: 1 week ago