Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Re: Reading text files and the calculating averages from it

    The scores are in the variables that were read.

    Do you know how to add the value of one variable to another?
    total = total + detail; // add detail to the total
  2. Re: Reading text files and the calculating averages from it

    Please post the output from the program.

    Do you know how to add the value of one variable to another? Use that technique to add up the values and to count the number of values that were read.
    ...
Results 1 to 2 of 2