I need help figuring out how to put the following logic into code:
I have a text file that I am reading from, I have been able to code so that it reads four seperate columns; now I need to make one of the columns read (into an array) the label while the other three become the input for my label.
For example on Day 1 I need to be able to display the hours I slept, the number of books I read and how many cups of water I drunk (these are not the exact parameters needed). So for each day I need to pick the corresponding elements for each activity (activities have been read into three different arrays).
Can some help me please. I have been trying really hard to figure it out.
Newbie