Search:

Type: Posts; User: StephenCoyle

Search: Search took 0.16 seconds.

  1. Replies
    24
    Views
    1,554

    Re: Methods help????

    Ok this is very simply thought out, but start with this:

    Generate random number between 1 - 100
    Loop if guess wrong
    Guess number (Validate guess is within range)
    Wrong guess again
    End...
  2. Replies
    24
    Views
    1,554

    Re: Methods help????

    Can I through a spanner in the works. Why are you using the double data type (23.98 etc...). It would be better to use an integer.

    Also what happens if the user enters 101 or 249? You would need...
Results 1 to 2 of 2