Hi All
if anyone could help me that would be great!
currently i have an array which enables a user to input:
Student Name
Maths Mark
English Mark
Science Mark
Array: StudentArray(25,3)
i have this array output the data to a listview box.
Column 1: Student Name
Column 2: Maths Mark
Column 3: English Mark
Column 4: Science Mark
i would like the averages to outputed to labels.
lblMathsAverage
lblEnglishAverage
lblScienceAverage
would i use a loop to add column's 1, 2 & 3?
any help would be much appreciated! i have had a right pain tryin to get this sorted.
thanks
gary