Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Assume loan annual percentage rates are determined by loan amount. Your program should also determine the lowest APR for the 3 applicants and average APR

Assume loan annual percentage rates are determined by loan amount.

Your program should also determine the lowest APR for the 3 applicants and average APR for the 3 applicants. All test data must be run in a loop in one execution of the program.

The program must output each applicant name, loan amount, correct annual percentage rate, and loan interest. Also output the average APR & lowest APR from applicant.

Write a python program that uses a loop to prompt for 3 applicant names and their requested loan amount. Use the loan amount to determine the annual percentage rate for each applicant using the table below. Calculate the loan interest for one year for each applicant.

annual percentage rate table

Amount APR

10000 - 14999 0.09

15000 - 24999 0.08

25000 - 49999 0.06

50000 - 74999 0.05

75000 - 99999 0.04

Test Data

1st person ----loan amount 14999

2nd person ----loan amount 16000

3rd person ----loan amount 25000

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

Object Oriented Databases Prentice Hall International Series In Computer Science

Authors: John G. Hughes

1st Edition

0136298745, 978-0136298748

More Books

Students also viewed these Databases questions

Question

Develop grant applications

Answered: 1 week ago

Question

3. What might you have done differently

Answered: 1 week ago

Question

4. Did you rethink your decision?

Answered: 1 week ago