Skip to content

priyamalhotraa/IC_CP_02

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IC_CP_02

C++ ATM Simulator – Task 2 assigned by Interncred

ATM Simulator (C++)

This repository contains a console-based ATM Simulator implemented in C++ as part of Task 2 assigned by InternCred during the internship.

Core Features

  • Login system using Account Number and PIN
  • Check account balance
  • Deposit money
  • Withdraw money
  • Mini statement showing last 5 transactions
  • Prevents withdrawal when balance is insufficient

Bonus Features

  • Money transfer between accounts
  • Daily withdrawal limit
  • PIN change functionality
  • Transaction history tracking

How It Works

  • The user logs in using a valid account number and PIN
  • A menu-driven interface allows the user to perform ATM operations
  • All transactions are stored and displayed in the mini statement

Technologies Used

  • C++

Author

Priya Malhotra

About

C++ ATM Simulator – Task 2 assigned by Interncred

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages