C++ program for ATM withdrawl PDF

Title C++ program for ATM withdrawl
Course Object Oriented Programming Using C++
Institution SRM Institute of Science and Technology
Pages 9
File Size 188.7 KB
File Type PDF
Total Downloads 71
Total Views 157

Summary

ATM withdrawl...


Description

LAB -8 G. Adithya Reddy CSE-C AP20110010162 1.Write a C++ program for ATM withdrawal System without using any function except main(). Code: #include using namespace std; class ATM { private : double bal = 200000 ; int pswd = 2011 ; public: void withdraw(){ int c; coutc; bal = bal - c; cout...


Similar Free PDFs