Hi all, new to the forums. I was ill last Thursday and missed alot in class, they went straight past Arrays to two-dimensional Arrays.
I'm required to make a program that will use Arrays, reading data, and displaying the data alongside averages for all.
The data looks somewhat like
DATA 7,9
DATA John Doe, 55, 90, 100, 100, 90, 45, 56, 43, 90
DATA John Doe, 55, 90, 100, 100, 90, 45, 56, 43, 90
DATA John Doe, 55, 90, 100, 100, 90, 45, 56, 43, 90
DATA John Doe, 55, 90, 100, 100, 90, 45, 56, 43, 90
DATA John Doe, 55, 90, 100, 100, 90, 45, 56, 43, 90
DATA John Doe, 55, 90, 100, 100, 90, 45, 56, 43, 90
DATA John Doe, 55, 90, 100, 100, 90, 45, 56, 43, 90
I'm lost, and looking for a reference to learn how I would go about this. Thank you.