Guest User

Untitled

a guest
Jun 10th, 2017
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main () {
  5.  
  6. bool code = false;
  7.  
  8. if(code!= true) {
  9.  
  10. cout << "I am happy " << endl;
  11. }else {
  12.  
  13. cout << "I am mad" << endl;
  14. }
  15.  
  16.  
  17. return 0;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment