I am trying to write a code to read values from a csv file and store them in four separate arrays. Each row has 4 values. The first value will be stored in one array the second in another, the third in another, and the fourth in another. This is the code I have written so far: I am trying to write a code to read values from