The loan entitlement for students in the library is up 3 book and they must be returned within a maximum loan period of 14 days. Fines are imposed on verdue items at the rate of RM0.20 per book per day. create a program to calculate the fine.Your program should:
-define constants for the maximum load period and fine rate
-read the number book and the number of day borrowed(you may assume that the input is always less than 3 book and greater than 14 days)
-calculate and display number of the days overs and total fine imposed