Traversals Problems

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8

Using Size and Traverals

Now, use the Dogs.csv data set to calculate the mean maximum lifespan of the dog breeds. This program already finds the sum of the column, add the code to calculate the mean, and output the result. The output should have the following format.

The mean lifespan is 13.495238095238095

Coding:

Blocks

PreviousNext