answersLogoWhite

0


Best Answer

created by: Me.. Jean guindanao

#include<stdio.h>

#include<conio.h>

void main(){

int Deposit;

int Withdraw;

int choice;

int PIN;

int ans,quit;

double Bal=0.00;

printf("Welcome to JV ATM\n");

PIN:

{

printf("Enter your PIN Number:\n");

scanf("%d",&PIN);

if(PIN 1){

goto menu;

}

else{

printf("You choose 2..\n");

printf("Thank you for using JV ATM\n");

printf("Have a Good Day..:)");

}

}

break;

default:

clrscr();

printf("Wrong Choice!!!");

}

}

}

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

9y ago

There is no reason why such a program could not be developed.

I believe that most ATM's work on Windows, which in turn is based on an earlier program called Framework. If you hunt in your computer, you'll find Framework still in the engine room of Windows.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Can you develop a c plus plus program ATM?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is c plus plus can be used in game programming?

yes! why not! this c program is used in ATM servicesand also in games.


What is the basic requirements to develop a c plus plus program?

Text editor.


What is a C plus plus game project program?

A C++ game project program could either be a game written in C++ or a C++ library that helps you develop a game.


Can you program games with c plus plus?

Yes, you can program games with C++.


How to restart c plus plus program?

Exit the program and relaunch it.


Who develop the turbo c plus plus?

The company Borland developed Turbo C++.


Lint is a compiler b a interactive debugger c a cinterpreter d a tool for analysing c plus plus program?

d a tool for analysing c plus plus program


How do you write a C plus plus program that will display the first 10 positive prime numbers?

By learning how to program on C+.


Where did C plus plus program come from?

C++ is an extension of C, and was invented by Bjarne Stroustrup.


To develop a taj mahal using c-language programming in turbo c plus plus?

turbo c


What is the only function all C plus plus programs must contain?

Every C plus plus program that is a main program must have the function 'main'.


Can you rewrite a cuda file in c c plus plus language?

Yes, you can rewrite a cuda program originally written in c in c plus plus.