int main() { int i; cout << Please enter an integer: ; cout.flush(); cin >> i; if(i > 0) cout << "Thanks for giving me an integer" <<endl; else cout << "What, are you dumb or just stupid? I said an integer... Dumba**" <<endl; return i; }