Search:

Type: Posts; User: Norm

Search: Search took 0.13 seconds.

  1. Re: Using FOR and WHILE loops to find average (DUE TONIGHT)

    @JakeM1130

    Can you explain what the problem was and how you decided what to change to help the OP learn?
    Providing code with no explanation might not tell the OP what was wrong and why it was...
  2. Re: Using FOR and WHILE loops to find average (DUE TONIGHT)

    There is no green in formatted code.

    One problem I see is the use of the == operator to compare Strings. You need to use the equals() method.

    Another problem is the formatting. The code...
  3. Re: Using FOR and WHILE loops to find average (DUE TONIGHT)

    Please explain and ask some specific questions about your problems.

    Please edit your post and wrap your code with


    <YOUR CODE HERE>

    to get highlighting and preserve formatting.

    Looks...
Results 1 to 3 of 3