0% found this document useful (0 votes)
4 views2 pages

Atms

The document describes a Mini-ATM Machine System implemented in C++, which simulates the functions of an actual Automated Teller Machine. It includes features such as user account management, money deposit and withdrawal, and transaction cancellation. The program utilizes basic C++ concepts like classes, access modifiers, and switch cases to facilitate user interactions.

Uploaded by

kiaankhotkar123
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views2 pages

Atms

The document describes a Mini-ATM Machine System implemented in C++, which simulates the functions of an actual Automated Teller Machine. It includes features such as user account management, money deposit and withdrawal, and transaction cancellation. The program utilizes basic C++ concepts like classes, access modifiers, and switch cases to facilitate user interactions.

Uploaded by

kiaankhotkar123
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

MINI-ATM MACHINE SYSTEM

ATMs are Automated Teller Machines that are used to carry day-to-
day financial transactions. ATMs can be used to withdraw money or
to deposit money or even to know the information of an account
like the balance amount, etc. They are convenient and easy to
use,and it allows consumers to perform quick self-service
transactions.
In this article, we will discuss the ATM Management System in C++
which is an application that provides users with every aspect that
an actual Automated Teller Machine i.e., ATM should have. It is a
menu-driven program having ATM functions which include:

1. Enter Name, Account number, Account type to be shown


during transactions.
2. Shows the information about the person who is doing the
transaction.
3. Enter amount to deposited in the account.
4. Shows the Balance in the account.
5. Enter amount to be withdrawn from the account, and then
it shows available balance.
6. Cancel the transaction.

Approach: This program uses basic concepts of class, Access


Modifiers in C++, data types, variables, Switch Case, etc. Below are
the functionalities that are to be implemented:
 setvalue(): This function is used here to set the data using
basic input and output method in C++ i.e., cout and cin
statements which display and take input from the keyboard
i.e., from the user respectively.
 showvalue(): This function is used to print the data.
 deposit(): This function helps to deposit money in a
particular account.
MINI-ATM MACHINE SYSTEM

 showbal(): This function shows the total balance available


after deposition.
 withdrawl(): This function helps to withdraw money from
the account.
 main(): In this function, there is a simple switch case (to
make choices) inside an infinite while loop so that every
time user gets to select choices.

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy