baik, buat teman" yg mau mencoba program dari hasil karya saya sendiri silahkan.. . selamat mencoba.
#include <iostream.h>
#include <conio.h>
//using namespace std;
int main(){
int usia;
// cslcr();
system("title WAHYUDIN");
system("color a");
cout<<endl;
cout<<"brapa usia anda: ";
cin>>usia;
cout<<endl;
system("cls");
if(usia<17){
cout<<endl;
cout<<" MAAF,,,ANDA TIDAK DI IJINKAN MASUK "<<endl;
cout<<" TRIMAKASIH "<<endl;;
}
else
{
cout<<endl;
cout<<" ANDA BOLEH MASUK "<<endl;
cout<<" .. SILAHKAN .. TRIMAKASIH .. "<<endl;
}
cout<<endl;
system("pause");
return 0;
getch();
}
Posting Komentar