This program was design to simulate an ATM machine and so far it works.
I realize i need other aspects in this program to be more life like
for EX. I need to build an array that when I punch in a pin number the persons name assigned to that pin will pop up with the available balance already stored inside the array and what ever the withdraw amount it will subtract from that balance and what ever deposit amount it will add to that balance.
I've added to the original simplified version of the program but I'm stuck on the Arrays.