Search:

Type: Posts; User: kastona00

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    1,104

    I've changed my code: #include ...

    I've changed my code:


    #include <iostream>

    #include <cstdlib>

    using namespace std;

    int main ()
  2. Replies
    7
    Views
    1,104

    That seems to have worked, but when it prompts...

    That seems to have worked, but when it prompts 'Would you like to play again?', entering y or n does not do anything but have it show 'Would you like to play again?'

    What is wrong with my while...
  3. Replies
    7
    Views
    1,104

    Help with my code

    Hello. I have to write a program that lets the user guess a number from a random number and say if its too high/low/correct.

    However, the part I am stuck on is that after the user guesses it...
Results 1 to 3 of 3