# include <iostream.h>
# include <conio.h>
void main ()
{
    int usia;
   cout << " Berapa usia mu ? ";
   cin >> usia;
   if (usia < 17)
       cout << " Anda tidak boleh menonton :( " << endl;
   else
       cout << " Selamat menonton ;) " << endl;
   getch ()  ;
   
}
Langganan:
Posting Komentar (Atom)
0 comments:
Posting Komentar