/atm-bank-arraylist

The ATM Bank Program is a Java application that simulates an automated teller machine (ATM) system. It allows users to register, perform transactions (balance inquiry, deposit, and withdrawal), and view all registered users. The program utilizes ArrayLists to store user information such as full names, usernames, PINs, and deposit amounts.

Primary LanguageJava

This repository is not active