2
start: { cout << "Start?" << endl << "Enter number 1" << endl << endl << "Make new account" << endl << "Enter number 2" << endl << endl; cin >> start; system ("cls"); if (start==1) {goto intro;} if (start==2) {goto acc;} else goto intro; } acc: { cout << "Isi Data sebagai berikut" << endl << endl; cout << "Namae : " ; cin >> name; cout << endl; cout << "Jumlah saldo yang anda ingin setorkan : "; cin >> saldo; system ("cls"); } newpin: {

Cpp Atm Intro

  • Upload
    klmnt

  • View
    216

  • Download
    4

Embed Size (px)

DESCRIPTION

atm intro

Citation preview

start: { cout