Guest User

Untitled

a guest
Aug 3rd, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. //Login
  2. #include <iostream>
  3. #include <string>
  4. using namespace std;
  5.  
  6. int main()
  7. {
  8. string username;
  9. string password;
  10. bool Login Verified...;
  11.  
  12. cout << "\tPhony Login Network\n";
  13.  
  14. do
  15.  
  16. {
  17. cout << "/nUsername: ";
  18. cin >> password;
  19.  
  20. if (username == "admin" && password == "admin")
  21.  
  22. } WHILE (!success);
  23.  
  24. return 0;
  25. }
Add Comment
Please, Sign In to add comment