answersLogoWhite

0

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

12y ago

What else can I help you with?