#include
#include
#include
void main ()
{ menu:
int pilih;
double bil1, bil2, hasil;
clrscr();
cout<<"---------menu--------\n";
cout<<" 1.pilih 1\n";
cout<<" 2.pilih 2\n";
cout<<" 3.keluar\n";
cout<<"masukan pilihan anda : ";cin>>pilih;
switch(pilih)
{
case 1 : {
//clrscr();
cout<<"anda masih kecil";
cout<<"\n----tekan enter untuk melanjutkan---";
getch();
break;
}
case 2 : {
clrscr();
cout<<"anda sudah dewasa";
cout<<"\n----tekan enter untuk melanjutkan---";
getch();
break;
}
case 3 : { exit(0); }
}
goto menu;
getch();
}
Home »Unlabelled » penggunaan ( Go To Coba ) dalam program C++
penggunaan ( Go To Coba ) dalam program C++
Posted by
Adhit
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment