News Update :
Home » , » PROGRAM MASUK BIOSKOP MENGGUNAKAN DEV C++

PROGRAM MASUK BIOSKOP MENGGUNAKAN DEV C++

Penulis : Unknown on Senin, 05 Maret 2012 | 19.19

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();
}




Share this article :
Comments to facebook

Posting Komentar

 
Copyright © 2011. .:: wahyudin 21 ::. . All Rights Reserved.
Design Template by panjz-online | Support by creating website | Powered by Blogger