Traversals Problems

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

Intro to Traversing Data

For this task, look over the random.csv data set and use a loop to traverse column 0. As the program traverses the column, output all the values in order, 1 through 30.

Coding:

Blocks

PreviousNext