hi all, im new so im sorry if ive posted in the wrong place, this forum is jus so big, ive never seen a forum with this many different threads for posting,
\
anyway getting to my problem, ive got a class project in which i hasve to create a vb.net program that does the following
theyve given me a list of 20 numbers
0, 0, 5, 9, 44, 45, 46, 50, 50, 55, 62, 66, 73, 76, 77, 78, 80, 82, 84, 94
these numbers represent marks students got on tests, they have then given mne 5 different categories, N wich is makrs between 0 and 49, P 50 to 59, C 60 to 69, D 70 to 79 and HD 80 to 100
im supposed to make a program that calculates the count (which basically counts how many items in each categorey, or in more then one category depending on what has been selected), the Sum, the Mean and finally (the thing i hate most) standard deviation.
i have designed the interface and defined the array but i need help with the code, i do not want someone to do the whole thing for me as i want to complete this myself (thats the only way ill ever ba ble to learn) but if someone could do one calculation or just give me something to put me on the right track i would greatly appreciate it
ive attached what ive done so far
thank you,
ben
\
anyway getting to my problem, ive got a class project in which i hasve to create a vb.net program that does the following
theyve given me a list of 20 numbers
0, 0, 5, 9, 44, 45, 46, 50, 50, 55, 62, 66, 73, 76, 77, 78, 80, 82, 84, 94
these numbers represent marks students got on tests, they have then given mne 5 different categories, N wich is makrs between 0 and 49, P 50 to 59, C 60 to 69, D 70 to 79 and HD 80 to 100
im supposed to make a program that calculates the count (which basically counts how many items in each categorey, or in more then one category depending on what has been selected), the Sum, the Mean and finally (the thing i hate most) standard deviation.
i have designed the interface and defined the array but i need help with the code, i do not want someone to do the whole thing for me as i want to complete this myself (thats the only way ill ever ba ble to learn) but if someone could do one calculation or just give me something to put me on the right track i would greatly appreciate it
ive attached what ive done so far
thank you,
ben