Download Horizon :: Staff Members :: Save Vault :: XboxMB YouTube



Conversation Between Wookie and Chris
Showing Visitor Messages 1 to 10 of 77
  1. Wookie
  2. Wookie
    6 Days Ago
    Wookie
    I responded to the thread like 12 minutes ago.
  3. Wookie
    6 Days Ago
    Wookie
    Please do it for me .
  4. Chris
    6 Days Ago
    Chris
    Respond to the damn thread and ill help you
  5. Chris
    6 Days Ago
    Chris
    No thanks
  6. Wookie
    6 Days Ago
    Wookie
    Then you build me a PC for $800-850 that can last me for about around two years before I can upgrade or some what MR. know it all.
  7. Wookie
    1 Week Ago
    Wookie
    Here's the code:
    I'm guessing using the modulus symbol return 3 and 5 and basically added them together, then using the += not + the += stopped the number from over flowing you see what happen there, and I got the exact number I needed to compete the problem. Ny goal is to compete over 100 problems in C++ to get the basic because I'm transitioning from java to C++.
    int x , y , sum = 0;

    for( int i = 0; i < 1000; i++)
    {

    x = i % 3;
    y = i%5;

    if(x == 0 || y == 0)
    {
    sum = sum += i;

    }
    cout << "The sum is: " << sum<< endl;

    }
  8. Chris
    1 Week Ago
    Chris
    There is no way that could be wrong. show me what they said was the correct answer, please remember that you need to add odd and five together at the end to get the correct answer.
  9. Wookie
    1 Week Ago
    Wookie
    I've been at it for almost two hours. I did what you said and wasn't even close. But I decided to check online and figured out what I did wrong, I didn't want to look at what other people did.

    But I got the problem write.

    Congratulations, the answer you gave to problem 1 is correct.

    You are the 291064th person to have solved this problem.

    Return to Problems page.
  10. Chris
    1 Week Ago
    Chris
    had to run to class really quick. Do a+5 and i+3. Using ++ only increments it by one and you need it done by 3 and 5. That should work

All times are GMT -5. The time now is 05:17 AM.


 

Powered by vBulletin® Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
COPYRIGHT (c) 2010 - 2013 - XboxMB - DESIGN BY:
EDENWEBS.COM