Question: by a PYTHON program 11:32 earning.ibrict.edu.om C Write a program that will compute the fine amount for customers who have not paid their loan amount.

by a PYTHON program
11:32 earning.ibrict.edu.om C Write a program that will compute the fine amount for customers who have not paid their loan amount. Fine amount is computed based on the customers' remaining loan amount. The program should accept customer name, customer address the amount of loan, the paid amount of the loan. Calculate the remaining amount of loan. If the remaining amount of loan is above 5000 OMR then the fine amount is computed as 6.5% of remaining amount of loan, otherwise, fine amount is computed as 3.6% of remaining amount of loan. The program should display customer name, customer address, remaining amount of loan and the fine amount. 7 A- B I ll CK
Step by Step Solution
There are 3 Steps involved in it
The initial answer provided a correct implementation of the requirements for computing the fine amou... View full answer
Get step-by-step solutions from verified subject matter experts
