Traversals Problems

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

Traversing Data in Reverse

For this task, look over the random.csv data set and change the program so it traverses column 0 in reverse order. As the program traverses the column, output all the values in reverse order, 30 through 1.

Coding:

Blocks

PreviousNext