Traversals Problems

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

Searching with Traverals

Continue to use the Dogs.csv data set to search for the largest value in the maximum weight column. This program already loops through the entire column. Add the blocks to search for the greatest value in the column. Then the program should output the following result.

The largest dog weight is 200

Coding:

Blocks

PreviousNext