I want to make a Simple Banking System. I am bit confused.
There will be some duties in the bank
recieveCash
sendCash
1 variable called
balance
When someone uses recieveCash, it will increase the balance, when someone spends it will decrease the balance
1 method called getBalance will show the balance of cash in the Bank. getBalance will print. getBalance should be private.
Please Help