Discussion group, leave your messages |
|
Implement a simulation to a Bank system In this assignment you will implement a small bank simulation program, using the control structure if to ensure that no money is overdrawn beyond what is available for a particular customer also avoid improper deposits. Details: Suppose that you have $1000 to start with. So, your constructor will initialize the instance variable amount with $1000. You will go through the process of depositing and withdrawing money and requesting for the current balance. Things that you should have on your constructor:
Create a main method and this client should go through this process:
Any questions, let instructor know. TURN IN: Place it all in a large envelope
|
Back to
CS161 JAVA Homepage |