Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Python Help Pls! Problem: Examples: Requirements Submit only the files requested Print all floats to 2 decimal points unless stated otherwise Problem Description Loans can

Python Help Pls!

Problem:image text in transcribed

Examples:

image text in transcribed

Requirements Submit only the files requested Print all floats to 2 decimal points unless stated otherwise Problem Description Loans can be rather expensive in the long run so it is important to figure out how much money you will be paying each month as well as the total cost of the loan. The formula for calculating the periodic payment of the loan is payment 1-(1 where P is the principal (amount of money borrowed) i is the interest rate n is the total number of payments . Your program should ask the user for the following in this order 1. 2. The amount they are borrowing The annual interest rate We will be assuming that the payments are being made monthly so the actual interest to use is 1/12 of the annual interest 1. 3. The number of payments to be made After collecting the above information your program report the monthly payment as well as the total cost of the loan

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

Information Modeling And Relational Databases

Authors: Terry Halpin, Tony Morgan

2nd Edition

0123735688, 978-0123735683

More Books

Students also viewed these Databases questions