Skip to content

Mahmoud-Elaaser/ATM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ATM Console App Project

ATM is a simple console application implemented in C#. The application simulates basic ATM functionalities such as depositing money, withdrawing money, and checking account balance.

Features

  • Account Management: Create and manage multiple accounts with individual balances.
  • Deposit: Add funds to an account by depositing money.
  • Withdrawal: Withdraw funds from an account.
  • Balance Inquiry: Check the current balance of an account.

Usage

  1. Clone the repository to your local machine.
  2. Open the solution file (ATM.sln) in Visual Studio or your preferred C# IDE.
  3. Build the solution and run the application.
  4. Follow the prompts to select options and perform ATM operations.

About:

This project was developed as a learning exercise to demonstrate object-oriented programming concepts in C#. It showcases the use of classes, properties, methods, exception handling, and user input/output

Screen Shot:

Screenshot of the application

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages