Search:

Type: Posts; User: pbrockway2

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    1,291

    Re: Finding the average of two double digits.

    You're welcome.
  2. Replies
    3
    Views
    1,291

    Re: Finding the average of two double digits.

    The compiler is telling you that you are trying to use first and second before you have given them any value.

    Basically you cannot say


    mean1 = first + second;

    until after you have got the...
Results 1 to 2 of 2