LOSPALOS, MEHARA LATA: Contoh Pembuatan Password di C++

Kursor

HASIL PERTANDINGAN BOLA

NONO BLOG - DAFTAR LIVE SCORES SEPAKBOLA DUNIA

Contoh Pembuatan Password di C++

Buat Passwor do C++ #include #include #include main() { char nama[20], kelas[10], password[4]; atas: cout<>nama; cout<<"\t\t Kelas : ";cin>>kelas; cout<<"\t\t Password : ";cin>>password; if (strcmp(password,"aaa")==0)   {//strcpy(pwd="aaa");   cout<<"\t\t Terima Kasih atas Partisipasinya……..!"<   cout<<"\t\t Tekan Sembarang Tombol…!"<   goto bawah;   } else   {   cout<  cout<<" Password Salah…..!"<  getch();   clrscr();   goto atas;   } bawah: getch(); }