Advertisement
Guest User

Untitled

a guest
Nov 2nd, 2012
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.24 KB | None | 0 0
  1. #include <iostream>
  2.  
  3. int PilzAdam, OtherModders;
  4.  
  5. using namespace std;
  6.  
  7. int main()
  8. {
  9.     if (PilzAdam > OtherModders)
  10.     {
  11.         cout << "PilzAdam is awesome!";
  12.     }
  13.  
  14. `   else if
  15.     {
  16.         cout << "PilzAdam is not awesome... :(";
  17.     }
  18.  
  19.     return 0;
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement