Question: Help with C++ Question: Help with C++ Question: Help with C++ Question: Help with C++ Question: Please show me the correct way to write out
Help with C++ Question: Help with C++ Question: Help with C++ Question: Help with C++ Question:
Please show me the correct way to write out this program in C++. I have been trying for about 4 days to figure this out and I'm not doing something right.
An ATM allows a customer to withdraw a maximum of $500 per day. If a customer withdraws more than $300, the service charge is 4% of the amount over $300. If the customer does not have sufficient money in the account, the ATM informs the customer about the insufficient funds and gives the customer the option to withdraw the money for a service charge of $25.00. If there is no money in the account or if the account balance is negative, the ATM does not allow the customer to withdraw any money. If the amount to be withdrawn is greater than $500, the ATM informs the customer about the maximum amount that can be withdrawn. Write a program that allows the customer to enter the amount to be withdrawn. Your program should then check the total amount in the account, dispenses the money to the customer, and debits the account by the amount withdrawn and the service charges if any.
Your program should output account balance before and after withdrawal and service charges.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
