I need to create a ATM machine like program

I have a project in which i need to create a ATM machine like code. The program needs to deposit, withdraw, transfer and check total balance. I’m having difficulty figuring out where to start exactly and how to get the whole thing setup. If anyone has any advice or links with guides on how to do so it would be much appreciated thanks.

Start simple.

Make a program that where you can:

  • see your current balance
  • Add some money to the balance

In this case you need to create 2 functions.

And to be really simple in the beginning, you can map the function to a keyPressed event.