Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    1,902

    Re: Help me with a very basic math algorithm?

    Why do you use score[0] in your formula? Is that one of the three scores?
    What is in the total, max and min arrays? How many elements are in the arrays? Why are those variables arrays?
  2. Replies
    5
    Views
    1,902

    Re: Help me with a very basic math algorithm?

    total [0] = total [0] + ((score [0] - max [0] - min [0]) * degree);

    Why is the total[0] in red where it is in the formula? What value will it have before the statement is executed?

    What value...
  3. Replies
    5
    Views
    1,902

    Re: Help me with a very basic math algorithm?

    What is in the score array?
    What is in the total array when the posted line of code is executed? Why is total[0] to the right of the =?

    What value does your formula compute?

    Write out the...
Results 1 to 3 of 3