Return to site

Atm Machine Program In Dev C++

broken image


Hello there,i have given the task to make the atm machine using the c program.
my question is, why i got some error.I cant recognize such of that error..

  1. C++ Atm Machine Code
  2. Atm Machine C++ Program
  3. Atm Machine Program In Dev C++

Mar 31, 2020 ATM in dev c Home. Programming Forum. Withdrawing and Depositing amount in whole number in an ATM. Phoeboo 7 Years Ago. Example withdrawing 100 if the user inputed 95, 96 etc.it won't allow to withdraw. Atm Machine Program In Dev C Simple C ATM Machine This simple ATM machine code is a basic, C program.I wrote this in college, and I recommend this program to anyone who wants to learn C, or any introduction to object oriented programming.

Dosto is video me ham atm machine ki programming kre ge agr apko hmari ye video psand aye to like or subscribe kr demeri akhri video ki link ye rhihttp://bit. ATM machine software using file handling in C; An assingment of nust. ATM machine software using file handling in C. Posted by: Unknown Thursday, 29 January 2015. Our Modern ATM machine has the following Menu a. Create new account i. When user selects this option, ask for username and password. Create a new text file with his/her name.

  • 6 Contributors
  • forum8 Replies
  • 4,427 Views
  • 3 Years Discussion Span
  • commentLatest PostLatest Postby jeevz

Recommended Answers

my question is, why i got some error.I cant recognize such of that error..

What's the error? :icon_rolleyes:

Jump to Post

the error that I got is ' 'clrscr' was not declared in this scope '..

Your compiler doesn't support clrscr() in the conio.h library. This is precisely why we discourage it. Hp nc6400 video driver. However, since it's an unnecessary part of the program, you can remove all uses of clrscr().

Jump to Post

All 8 Replies

my question is, why i got some error.I cant recognize such of that error.. Visual lighting software crack sites.

What's the error? :icon_rolleyes:

Editedby Narue because:n/a

Write a program, which will imitate an ATM machine. The program will ask for a password. Assume that only password 123456 is accepted. If the password is correct, display the following menu

Menu ATAM Bank ABC

  1. View Balance
  2. Deposit
  3. Withdraw
  4. Transfer Fund
    Your choice : ___

    Option 1 will display the current balance. Assume all customers will have an initial balance of RM1000.00.

Option 2 will input an amount and add the amount to the current balance. Display the new balance.

Option 3 will input an amount and deduct the amount from the current balance. Display the new balance.

Option 4 will input an account (9 digit value) and deduct the amount from the current balance. The following message will be displayed.

has been transferred to account . The current balance is .

Npte: the values between the <> symbols are depending on the input from the user.

  • 5 Contributors
  • forum4 Replies
  • 510 Views
  • 1 Week Discussion Span
  • commentLatest PostLatest Postby thines01

Recommended Answers

C++ Atm Machine Code

What have you done so far? Nobody here will write this for you.

Jump to Post

Atm Machine C++ Program

All 4 Replies

deceptikon1,790Code Sniper AdministratorFeatured Poster
Atm

Atm Machine Program In Dev C++

What have you done so far? Nobody here will write this for you.





broken image