Search:

Type: Posts; User: Junky

Search: Search took 0.11 seconds.

  1. Replies
    12
    Views
    1,900

    Re: Help with Coding School Assignment

    Trying to add variable for remainder into my code

    Duplicate post
  2. Replies
    12
    Views
    1,900

    Re: Help with Coding School Assignment

    You have declared those variables inside the do while loop and then try and access them outside the loop. You cannot do this.
  3. Replies
    12
    Views
    1,900

    Re: Help with Coding School Assignment

    We cannot see your screen. Post updated code.

    --- Update ---

    Looking at your original code...

    Are you asking why it does not display "congratulations" when the answer is correct? The problem...
  4. Replies
    12
    Views
    1,900

    Re: Help with Coding School Assignment

    One way to improve you code is to start using methods. There is way too much code in your main method. Think how you can break your code done into smaller chunks and if those chunks can be moved into...
Results 1 to 4 of 4