Question
A bank charges $10 per month plus: $0.10 each for less than 20 checks $0.08 each for 20-39 checks $0.06 each for 40-59 checks $0.04
A bank charges $10 per month plus: $0.10 each for less than 20 checks $0.08 each for 20-39 checks $0.06 each for 40-59 checks $0.04 each for 60 or more checks The bank also charges $15 if the balance falls below $400 before any fees are applied. Do not accept a negative value for the number of checks written. If a negative value is given for the beginning balance, display a message indicating the account is overdrawn. Write a program that asks a user to enter the beginning balance of an account and the number of checks written for the month. Calculate the bank charge fee for that month. Also, prompt the client for the starting balance (which can be negative). Show your results as a table, using appropriate formatting. Include the account final balance Please write a c++ program in the simplest manner possible. This is my first programming class. Help is highly appreciated
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started