Search:

Type: Posts; User: AlexHail

Search: Search took 0.09 seconds.

  1. Replies
    7
    Views
    1,111

    Re: What's wrong with my integers?

    Firstly you must understand the types of variables to solve this problem.

    When you are getting input from the user, this information is stored in a memory space specified as a String which holds a...
  2. Replies
    7
    Views
    1,111

    Re: What's wrong with my integers?

    Hi. Well first off they can't be resolved because you are trying to set them to a value that doesn't exist.

    You aren't creating space for a value named "your_first_guess" until you initialize it...
Results 1 to 2 of 2