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!!!");
}
}
}
Copyright © 2026 eLLeNow.com All Rights Reserved.