Question: 2) Write a function called balloon_loan(PV, balloonAmt, yearly Rate, years) to calculate the monthly payment of a loan that has a balloon payment at the

2) Write a function called balloon_loan(PV, balloonAmt, yearly Rate, years) to calculate the monthly payment of a loan that has a balloon payment at the end. Go to http://financeformulas.net/Balloon- Loan-Payment.html for a description of such a loan. (30 points) PE Exami - [C:\Users\mokw\PycharmProjects\Examl] - ... 2.py - PyCharm Edu 3.0 Eile Edit View Navigate Code Help Project - # ! 1.py * 2.py * 3.py * Examl CAUsers mokw\Pycharm Projects http://finance formulas.net/Balloon-toan-Payment.html 1.py def balloon loan (PV, balloonAmt, yearlyRate, years): 3.py l External Libraries 2.py P = balloon_loan (11000, 5000, 12/100, 3) print (P) P = balloon_loan (100000, 25000, 15/100, 5) print(P) Run 2 249.285858877107 2096.7447564769086 AI = 80 Process finished with exit code o % 4: Run 5 Python Console Platform and Plugin Updates: PyCharm Edu is ready to update. (14 minutes ago) 51 CRLF: UTF-8
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
