Task 15 (CSV Files)

There might be red herrings, or there might not. Use the blocks you think you need.

A CSV file called employees.csv contains a list of first names, surnames and salaries.

Write a program that reads data from the file into parallel arrays, and displays the name of the person with the highest salary and how much they earn.

Reset Get feedback

Next task