Monday, August 8, 2011

Java program simulates checking account?

This program is supposed to simulate a checking account: A positive entry is a deposit, a negative number is a withdrawal, and zero is the end of data. ( initial balance of zero). I know I should use an array? Any help at all? I don't know how to get started

No comments:

Post a Comment