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!!!");
}
}
}
Text editor.
d a tool for analysing c plus plus program
turbo c
Every C plus plus program that is a main program must have the function 'main'.
example output of c++ calculator
yes! why not! this c program is used in ATM servicesand also in games.
Text editor.
A C++ game project program could either be a game written in C++ or a C++ library that helps you develop a game.
Yes, you can program games with C++.
Exit the program and relaunch it.
d a tool for analysing c plus plus program
The company Borland developed Turbo C++.
By learning how to program on C+.
C++ is an extension of C, and was invented by Bjarne Stroustrup.
turbo c
Every C plus plus program that is a main program must have the function 'main'.
Yes, you can rewrite a cuda program originally written in c in c plus plus.