728x90 AdSpace

Latest Article



ATM program Example Program in C /C++





1. Write a Program in c++ to find your Day of Birth given Date of Birth?

2. Write a program in C++ that simulates the ATM. Your program should perform Deposit, with draw and statement operation. Your program must use following validation
  • PIN number must be correct
  • Deposit amount must greater then 1000.
  • Withdraw amount in between 1000 to 10,000.
  • Current balance must be 1000 or greater
  • User can withdraw only two times.
  • In start suppose your current amount is 50,0000
Flow chart of ATM program is given below:


ATM program Example Program in C /C++






  • Blogger Comments
  • Facebook Comments

0 comments:

Post a Comment