Advertisement
ItzEdInYourBed

Untitled

May 16th, 2020
1,021
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.16 KB | None | 0 0
  1. #include <iostream>
  2.  
  3. int main() {
  4.  
  5.   bool logged_in = false;
  6.  
  7.   // Write the code below:
  8.   if (!logged_in){
  9.     std::cout << "Try again\n";
  10.   }
  11.  
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement