Skip to content

Dasari-Saniya/cpp---ATM-Program

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

🏦 ATM Program (Pseudocode + C++)

This program takes the user's current balance and withdrawal amount as input,
then checks whether the withdrawal transaction can be processed or not.
It also handles invalid amounts and insufficient balance cases.

📋 Features

  • Takes balance and withdrawal amount as input
  • Validates withdrawal amount
  • Displays appropriate messages for each condition
  • Shows remaining balance after successful withdrawal

🧠 Concepts Used

  • Input/Output operations
  • Conditional statements (if, else if, else)

About

A simple ATM program in C++ with pseudocode that checks if a withdrawal transaction is possible based on the user’s account balance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages