Advertisement
Guest User

Untitled

a guest
Jan 26th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. =========================================
  2.  
  3.  
  4. cout << "Enter your Username" << endl;
  5. cin >> username;
  6.  
  7. cout << "Enter your password" << endl;
  8. cin >> password;
  9.  
  10. if (username == Administrator && password == meme ) {
  11. cout << "You have successfully logged in!" << endl;
  12. works = true;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement