Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Hello, I'm having problems with a programming project. It has to be done in python. I've been tackling this for the past week and it

Hello, I'm having problems with a programming project. It has to be done in python. I've been tackling this for the past week and it is due this coming Sunday. I know that this is already answered on here but it is in RAPTOR form. I need it to be done in Python. Here is what the question is asking.

image text in transcribed
Instructions: The following programming problem can be solved by a program that performs three basic tasks (Input Data, Process Data, Output Results) along with selection and repetition coding techniques. Problem Statement A finance company provides loans for motorcycles at different rates depending on how much the total loan amount is and how many payments will be made on the loan. Using the information in the table below, write a program that will calculate the monthly yes, clear the variables and repeat the input, processing and output loop. If no, exit the program. Problem Statement Amount of Loan # of Payments Interest Rate Applied 6-12 8% $500 - $ 2,500 13-36 10% 37-48 12% 6-12 7% $2,501 - $10,000 13-36 8% 37-48 6% 6-12 5% $10,001 or above 13-36 6% 37-48 7% was out of bounds) again. Message Example: "We do not finance loans below $500." You MUST use Modular Programming techniques by using functions in your program. Your "main" module should not be very large. Other Requirements: Documentation: Incorporate programming style as described here: "Python Style Guide" Test and debug your Program: Create sample input data, run the program, then check your answers with a calculator or Excel. If something did not match up, then fix your program. Program must execute and produce correct output. . Read this page again to be sure you covered all requirements See the Programming Project Rubric for grading principles . Your name and desired profession should be at the top of each output data file. Column data should be neatly aligned. Columns should have heading titles. Loan payment formula suggested, located: [http://financeformulas.net/Loan_Payment_Formula.html] . You may use other sources which are algebraically 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

Modern Dental Assisting

Authors: Doni Bird, Debbie Robinson

13th Edition

978-0323624855, 0323624855

Students also viewed these Programming questions

Question

Explain the elements of a purchasing plan.

Answered: 1 week ago