Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <iostream>
- int PilzAdam, OtherModders;
- using namespace std;
- int main()
- {
- cout << "How awesome is PilzAdam? \n";
- cin >> PilzAdam;
- cout << "How awesome are the Other Modders? \n";
- cin >> OtherModders;
- if (PilzAdam > OtherModders)
- {
- cout << "PilzAdam is awesome!";
- }
- ` else if
- {
- cout << "PilzAdam is not awesome... :(";
- }
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement