Programming Homework Help
C++ Programming Credit Union Costs Programming Exercises
A credit union charges $20 per month plus the following check fees for a personal account:
$.09 each for fewer than 10 checks
$.08 each for fewer than 20 checks
$.07 each for fewer than 30 checks
$.06 each for fewer than 40 checks
If the balance of the account falls less than $600, the Credit union charges an extra $20 before any check fees are applied.
Write a program that asks for the beginning balance and how many checks were written.
The program calculates and displays the Credit Union fees per month.