Traversals Problems

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

Traversing Data to Sum

In this new program, use the Dogs.csv data set. Traverse the maximum lifespan column and find the sum of all the values in the column. Then, output the sum in the following format.

The sum of column 5 is 1417

Coding:

Blocks

PreviousNext