Re: Help Me!
It looks like you are having additional problems as well.
As far as assigning customer numbers, you will need a variable to store them in (your variable names don't make it clear if this has been done or not), then create a number that isn't being used (a variable can store the largest customer number).
To print the balances, you need to create some code for that, first.
Other observations: you can only perform one menu option before exiting. You don't have support for multiple customers. You are using a LOT of global variables. Have you created a flowchart or anything to sketch out the behavior of this program?
|