Question: Must be done in Python coding language Project 9-1: Interest Calculator Create a program that calculates the interest on a loan. Console Specifications - The
Project 9-1: Interest Calculator Create a program that calculates the interest on a loan. Console Specifications - The formula for calculating the interest amount is: loan_amount * (interest_rate / 100) - Use the Decimal class to make sure that all calculations are accurate, It should round the interest that's calculated to two decimal places, rounding up if the third decimal place is five or greater. - The interest rate that's displayed can have up to 3 decimal places. - Assume that the user will enter valid decimal values for the loan amount and interest rate
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
