/Mini-atm-Java

A simple Java Mini project.

Primary LanguageJava

Java_Project

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.

  1. so you need these two java source files on Desktop/Folder a) Bank.java b) Transaction.java
  2. Transaction.java is package which is imported in the file Bank.java.
  3. So it reduces the confusion and the number of lines decreases and which also gives you a better Idea.
  4. And run it using the Command Line.
  5. This will be a help for your college projects.
  6. Happy Coding !