Guest User

Untitled

a guest
Nov 17th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. if (e == 'yes'){
  2. cout << "You're awesome!" << endl;
  3. }
  4. else {
  5. cout << "lame " << endl;
  6. }
  7.  
  8. system ("PAUSE");
  9. return 0;
Add Comment
Please, Sign In to add comment