Contoh Pembuatan Password di C++ #include<stdio.h> #include<conio.h> #include<iostream.h> main() { char nama[20], kelas[10], password[4]; atas: cout<<endl<<endl<<endl; cout<<"\t\t "<<endl; cout<<"\t\t S E L A M A T D A T A N G "<<endl; cout<<"\t\t "<<endl; cout<<"\t\t Silahkan masukkan User Name&Password "<<endl; cout<<"\t\t "<<endl; cout<<endl; cout<<"\t\t UserName : ";cin>>nama; cout<<"\t\t Kelas : ";cin>>kelas; cout<<"\t\t Password : [...]
Filed under: C++ | 4 Komentar »