Traversals Problems

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

Searching with Traverals Again

Continue to use the Dogs.csv data set to search for the lowest value in the maximum weight column. Modify the existing program that finds the largest weight, so that it finds the lowest weight instead. When you are done the program should output the following result.

The lowest dog weight is 7

Coding:

Blocks

PreviousNext