A library charges a fine for the books returned late as per given below
For first five days = ₹4 per day
next 5 days = ₹ 4.50 per day
above 10 days = ₹8 per day
design a program to calculate the fine taken after n days with n is taken as input
Answers
Answered by
1
Explanation:
A library charges a fine for the books returned late as per given below
For first five days = ₹4 per day
next 5 days = ₹ 4.50 per day
above 10 days = ₹8 per day
design a program to calculate the fine taken after n days with n is taken as input
Similar questions