Home » questions » I need a c++ program for this. Can someone help me out?
I need a c++ program for this. Can someone help me out?
After many years of being frustrated by a checkbook that wont balance, I decied to write a program to help balance my money market checking account. The program should begin by asking for the month's opening account balance. It should should display a menu that lists the following choices:D for deposit, C for check, W for withdrawl, & Q for quit. If D is selected, enter the amount of the deposit, & add the amount to the account balance. If C is entered, get amount of the check, subtractg the check amount from the balance. If W is entered, get amount of withdrawl, subtract amount from the balance. If Q is entered, program should display opening balance, amount deposited, amount withdrawn, amount of checks, and final balance. If something other than D,C, Q, or W is entered, program should issue an error message and redisplay the menu. Allow the user to enter uppercase or lowercase letters.
This is not my HOMEWORK!! This one of our chapter review problems. I do need extra help!!

Answers
Dr. Rob
On 2006-08-02 17:22:42
Richard H
On 2006-08-02 17:18:55
Raise the Bahr
On 2006-08-02 17:25:53
Arkangyle
On 2006-08-02 17:53:29