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 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
Get step-by-step solutions from verified subject matter experts
