Search:

Type: Posts; User: icehead14

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    2,352

    Ahhh worked perfectly thanks. Any reason that...

    Ahhh worked perfectly thanks. Any reason that works and the OR doesnt?
  2. Replies
    5
    Views
    2,352

    Ahh I see! I gave it a try with this and it is...

    Ahh I see! I gave it a try with this and it is still continuing.


    //other

    if (nCheck == nNum)
    {
    cout << "Correct!" << endl;
    cout << "It took you " << nTry << " trys." << endl;...
  3. Replies
    5
    Views
    2,352

    Hey guys help with HiLo program

    Hey guys im writing a simply HiLo game.

    I cant get my do while statement to work correctly. I want it to stop running the program after you get the right answer. Right now everything works...
Results 1 to 3 of 3