Jump to content
xisto Community

Tran-Gate

Members
  • Content Count

    235
  • Joined

  • Last visited

Everything posted by Tran-Gate

  1. I KNOW~!! Obama Bin Laden~!! Oops, I meant Barack Obama~!! HE WON~!! Last night~!! Then McCain made a concession speech in Phoenix, Arizona and everyone was being rude~!
  2. I have no idea..... I would like to see a woman's perspective on the US. Hilary Clinton should've won the 2008 election
  3. I SAW IT~!! He became president after winning California~!! It was a big win~!! About 340 points to like 150. It's kinda sad...... Did you hear McCain's concession speech? Everyone was booing and he was like, "please, please" (LOUDER LOUDER~!!). Nawww...... That was kinda mean though....
  4. What if I was the one who sat on the egg? I could warm it or possible kill it........
  5. Wow....I can't believe I understanded all of that....... YAY for me~!! Thanks galexcd and xpress..... The bubble sorting took a while but I got it..
  6. hmmm....on my compiler, it says that null is undefined....
  7. How come it says that wavnetworks has 0 posts?
  8. Good luck~!! Hope you enjoy your website, I need just about 2-3 more dollars~!!
  9. I like to play badminton and hockey. I find them fun, somehow...... =)
  10. Lol, CHICKEN came first~!! The chicken came from an egg....OMG, THE EGG CAME FIRST~!! The egg came from a CHICKEN~!! OMG~!! You got me confused.....[edit]I did some thinking and it clicked~!! THE EGG CAME FIRST~!! A gift from god~!!
  11. I don't think my school has security either......I was scanning the processes yesterday. none....
  12. Hey guys, thanks for the help but if I put a number to end the input, it would count the number as part of the input....and this is not homework.... I self study, my school doesn't teach C++. I am a MS student.
  13. *COUGH*caught a fairy, robbed a bank in broad daylight, has a giant bodyguard*COUGH*
  14. *COUGH* you forgot mastermind.....that is the most important part. *COUGH*
  15. I agree, Xisto IS, without doubt, the best forum on the web~!! It offers free hosting. It needs more ranges of sections for more to post...... I get bored sometimes.... Thanks OpaQue for creating this forum~!! =)
  16. People could have emotional issues at home or at school. They usually suicide if it is too much for them..... Even though I don't think that that choice is a very mature choice as it makes other people depressed(most of the time).
  17. Tran-Gate

    Hey

    Hi, take a look at the new credit system 3.0 post and sign up at the Xisto Billing page once you have accumulated 5 quality posts. https://support.xisto.com/index.php =)
  18. I play games every single day.....I am very skinny because I have a high metabolism. I eat not too unhealthy and not too healthy so like in the middle.....My name is toothpick, but it changed to paranoid after I spazzed out on a ferris wheel....T.T
  19. I LOVE THE SERIES~!! I am almost finished with the fourth book; Artemis Fowl: The Lost Colonies........ It's awesome... But once you get to the chapter with Holly Short, don't worry, it just introduces a new character. The book introduces new character to abruptly, it is kinda weird...... Like in the 4th book, they introduce N(o)1. Anyway, Artemis Fowl is a MUST READ.....Some parts are even kinda funny. I agree~!!
  20. Hi, I am new to C++ and I tried creating a program but it didn't turn out so well..... Before I explain my problems, I will show you the program: #include <iostream>using namespace std;int main() { double num[99], min_val, max_val, avg, range; int i; char ch; do { cout << "Enter: "; cin >> num[i]; } while ( num[i] != 'e' ); for ( i = 0;; i++) { avg = 0; avg += num[i]; } avg /= i; cout << "\n\nAverage: " << avg << "\n"; i = 0; min_val = max_val = i; for ( i = 0; num[i]; i++) { if (min_val > num[i]) min_val = num[i]; if (max_val < num[i]) max_val = num[i]; } range = max_val - min_val; cout << "Minimum: " << min_val << "\n"; cout << "Maximum: " << max_val << "\n"; cout << "Range: " << range << "\n"; system("PAUSE"); return 0; } I don't know exactly how to end input for the numbers....I also do not know how to get the median and mode into the program....I have thought about it for a few days now but nothing clicks. I have tried have a char value end the input but I didn't know how to....When I press 'e', the program goes crazy..... I am trying to get that fixed..... If anyone can help me or give me suggestions. I would very well appreciate it. Thanks in advance~!!
  21. Oh, so main() is what the compiler runs first then it runs the other functions next in order....
  22. Can't you cancel your phone service and set up a new one?BoltBlue isnt going to get any people now.....I googled boltblue and right below the boltblue site, there is this topic. BoltBlue: BEWARE LMAO
  23. Welcome people to my profile....

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.