Skip to content

This repository contains the source code and related files for the ATM System, a Java project that simulates a simple ATM (Automated Teller Machine) application.

Notifications You must be signed in to change notification settings

urssanjaysingh/ATM-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

ATM System GitHub Repository - urssanjaysingh/ATM-System

Welcome to the GitHub repository for the ATM System - urssanjaysingh/ATM-System!

Overview

This repository contains the source code and related files for the ATM System, a Java project that simulates a simple ATM (Automated Teller Machine) application.

Project Files

The project includes the following files:

  • ATM.txt: A file containing information or data related to the ATM System (e.g., user account details, transaction history).
  • ATMS.java: The Java source code file containing the application logic and user interface.
  • README.md: The readme file providing information about the project (this file).

Getting Started

To get started with the ATM System project, follow these steps:

  1. Clone the repository: Use the following command to clone the repository to your local machine:

    git clone https://github.com/urssanjaysingh/ATM-System.git
    
  2. Compile the Source Code: Navigate to the project directory and use a Java compiler (e.g., javac) to compile the source code:

    cd ATM-System
    javac ATMS.java
    
  3. Run the Application: Execute the compiled Java class to run the ATM System:

    java ATMS
    

Features

The ATM System project includes the following features:

  • User-friendly interface to interact with the ATM application.
  • Options for the following operations:
    • Deposit: Allows the user to deposit money into their account.
    • Withdrawal: Provides a screen to choose the amount to withdraw from the account.
    • Balance Inquiry: Displays the current account balance.

The user can select the desired operation from the menu, and the application will prompt for any necessary inputs.

Contributing

urssanjaysingh welcomes contributions to this project! If you find a bug, have an idea for an enhancement, or want to add new features, feel free to open an issue or submit a pull request. Make sure to follow the project's code style and guidelines.

Contact

If you have any questions or need further assistance, you can reach out to urssanjaysingh via email at sanjaysingh26112000@gmail.com.

Thank you for visiting this repository, and enjoy using the ATM System! :)

About

This repository contains the source code and related files for the ATM System, a Java project that simulates a simple ATM (Automated Teller Machine) application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages