A bank charges $10 per month plus the following check fees for acommercial check
ID: 3616881 • Letter: A
Question
A bank charges $10 per month plus the following check fees for acommercial checking account:$.10 for each check if less than 20 checks are written $.08 for each check if 20 through 39 checks are written $.06 for each check if 40 through 59 checks are written $.04 for each check if 60 or more checks are written The bank also charges an extra $15 if the account balancefalls below $400 (before any check fees are applied). Design aclass that stores the ending balance of an account and the numberof checks written. It should also have a method that returnsthe bank's service fees for the month.
$.10 for each check if less than 20 checks are written $.08 for each check if 20 through 39 checks are written $.06 for each check if 40 through 59 checks are written $.04 for each check if 60 or more checks are written The bank also charges an extra $15 if the account balancefalls below $400 (before any check fees are applied). Design aclass that stores the ending balance of an account and the numberof checks written. It should also have a method that returnsthe bank's service fees for the month.