Search:

Type: Posts; User: Majora94

Search: Search took 0.10 seconds.

  1. Re: can someone tell me what's wrong with my code

    Or you could just as easily use a while:



    while( i<10 && i>40)
    {
    //Get input method
    }
  2. Re: can someone tell me what's wrong with my code

    Make a function to get the user input. The use an if to see if the value is in the range. Then if the value is not in the wanted range say "Value must be: blah blah" and then run the function again
Results 1 to 2 of 2