csv file into 2d array

I have a homework but I am stuck on how to create a 2d array in a csv file. I uploaded the csv file but its a big one.
The instruction is I need to create a 2d array in a csv file and answer the questions (questions are provided inside the csv file below)
This is my goal:

Read a CSV file using Java
Parse the CSV table from the file
Parse the problem set (the questions you'll answer) from teh file
Programmatically determine what the problem is asking
Programmatically answer the problem by printing the output to console.

This is so far I have:

codecsv.png