Question: Kindly please help me solve the above question using python coding format Write a program to calculate the monthly ElMI amount for a loan taken

 Kindly please help me solve the above question using python coding

Kindly please help me solve the above question using python coding format

Write a program to calculate the monthly ElMI amount for a loan taken at fixed rate. Approach: Accept "Loan Amount", "Duration in Years" and "Interest Rate" as input from the user in a single line. Ask the user to enter the details separated by ",". Calculate the interest using the formula Interest =( Loan Amount. " Duration in Years * Interest Rate )/100. Monthly EMI = (Loan Amount + Interest )/( Duration in Years * 12). Handle the ValueError and also any other possible exception in your program

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!