Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

3. Write a program to develop the software for ATM. The software should perform the following operations a. Ask, if the user wants to deposit

3. Write a program to develop the software for ATM. The software should perform the following operations
a. Ask, if the user wants to deposit or withdraw cash
b. The user can withdraw maximum amount of 25000 Rs.
c. The user can deposit maximum amount of 50000 Rs.
use c++ coding
Hint: For example, if the user deposits 10,000/- Rs by using banknotes ( 5000, 1000, 1000, 500, 500, 1000, 500, 500 ) then the output of the program should be:
An amount of 10,000 Rs is deposited using
1 5000 Rs banknote 3 1000 Rs banknote 4 500 Rs banknote 0 100 Rs banknote 0 50 Rs banknote
0 20 Rs banknote 0 10 Rs banknote
Arrays can be used to store the respective information.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

What are negative messages? (Objective 1)

Answered: 1 week ago