Guys please if there are any experts I really need your help, I have to get this program done and I'am not the brighest tool in the box but I simply just don't get it and I don't want to fail my course. Would any of you know how to do this program , look below for the description
"Write a program which will let a bank customer log in and view their details, withdraw money, lodge money and change PIN. Have arrays storing names, pin numbers, account balances and overdraft. The arrays must be updated when the user lodges or withdraws money or changes a PIN. The PIN cannot be a PIN that is already in use. The user can only withdraw more money than they have in their account if they have an overdraft."
If any of you could do this for me it would mean the WORLD TO ME, I won't be able to express my gratitude
Creating A Program In J Creator
Started by
IamYou
, Apr 16 2012 11:45 AM
1 reply to this topic
#1
Posted 16 April 2012 - 11:45 AM
#2
Posted 16 April 2012 - 12:12 PM
We won't do your homework for you.
What we can do, is guide you and help you when you're stuck on a specific problem.
Start in steps; first define you class and it attributes (the arrays for storing names, etc).
Once you have this, think about the behaviour of your class. What should it be able to do? These actions will become methods of the class.
The actual interface you can do at the end.
What we can do, is guide you and help you when you're stuck on a specific problem.
Start in steps; first define you class and it attributes (the arrays for storing names, etc).
Once you have this, think about the behaviour of your class. What should it be able to do? These actions will become methods of the class.
The actual interface you can do at the end.










