C++ ATM Simulator – Task 2 assigned by Interncred
This repository contains a console-based ATM Simulator implemented in C++ as part of Task 2 assigned by InternCred during the internship.
- 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
- Money transfer between accounts
- Daily withdrawal limit
- PIN change functionality
- Transaction history tracking
- 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
- C++
Priya Malhotra