Jump to content

Cheesehunk

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by Cheesehunk

  1. Hello everyone.. I just got back from being banned. I would like to thank the staff for unbanning me, and I have put my past behind me. If they read over this, I respect the e-mail I got, and I get the argument you put forward. Thanks for the second chance Tip.it, Cheesehunk.
  2. Rofl, I've tried it.. My first program: #include using namespace std; int main() { int thisisanumber; cout<<"Please Enter a number: "; cin>> thisisanumber; cin.ignore(); if (thisisanumber == 3) { cout<<"You picked the best number ever!!\n"; } else if (thisisanumber>0) { thisisanumber = thisisanumber* 2; cout<<"You entered: "<< thisisanumber <<"\n"; thisisanumber = thisisanumber/2; cout<<"..Just kidding, you entered: "<< thisisanumber <<"\n"; } else if(thisisanumber<0) { cout<<"Don't be so Negative!=P\n"; } else { cout<<"You have to be joking, who enters 0 as a number"; } cin.get(); } By the way, I'm 13. I know pascal, and Delphi though!
  3. Haha, Hey Brown! Half of these people have no idea what they are talking about, it makes me laugh reading there posts. It's good to see some none-cheaters actually have an open mind!
  4. People who eat breakfast at breakfast, are the same as people to eat lunch.
  5. Banned because your avvy starts the forums on fire.
  6. Because thats me crying (Yes, I am god..) Why does 2+2=3?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.