Author: Leo Martinez III - LinkedIn
Contact: leo.martinez@students.tamuk.edu
Created: Spring 2023
Package: ATM-Utilities Program was written in Java and tested in Eclipse IDE Version: 2022-12 (4.26.0) Java version "19.0.2" 2023-01-17 Java(TM) SE Runtime Environment (build 19.0.2+7-44) Java HotSpot(TM) 64-Bit Server VM (build 19.0.2+7-44, mixed mode, sharing)
An ATM (Automated Teller Machine) system in Java can provide a convenient, accessible, and cost-effective means of delivering banking services to customers, while also ensuring the security of transactions and offering scalability to meet changing needs.
The program consists of 3 main files:
atm.java - abstract class for handling private variables.
atmFunc.java - utilitly class for handling the functionality of the ATM.
Test.java - testing class utilized for running our programs contained within the package.