So,Basically this is a simple Java Project. This project basically describes the ATM operations. It is similar to the operations you perform in ATM. Some values are Predefined.This Project will give a clear idea of Java project.
- so you need these two java source files on Desktop/Folder a) Bank.java b) Transaction.java
- Transaction.java is package which is imported in the file Bank.java.
- So it reduces the confusion and the number of lines decreases and which also gives you a better Idea.
- And run it using the Command Line.
- This will be a help for your college projects.
- Happy Coding !