1
Reply

Classes and Arrays - What is going on?

Naomi

Naomi

Jan 10 2008 3:55 PM
2.3k

Hi .  I'm relatively new to programming I just finished a class in VB6 and am now taking vb.net to stay as current as possible. 

I'm trying to create program that accepts a number (one at a time) and updates 4 fields with each new number. The fields are Maximum, minimum, average and sum.  With each number an array is to be reindexed and the list of inputted numbers is to be displayed in a textbox.  I'm supposed to use an array and classes to do this.  I'm so lost. 

Would someone be able to give me a good place to start?  I have a bunch of examples but I can't seem to make the connection between the class and the array. 

Thanks to anyone who can help me. 


Answers (1)