Attachment 98085
Extreme beginner to VB. I have to create something that looks like this and make it so that the user can only put in a max of 10 grades. It's required to use an array, and the major thing I am stuck on is how to refer to the numbers in the array in order to do the calculations. I know that I need to use a loop and I know that the elements are going to be 0 through 9. I am naming the array Grades(9). How would I refer to the each of the elements in a dynamic array where there is only one text box? Appreciate any help!
Extreme beginner to VB. I have to create something that looks like this and make it so that the user can only put in a max of 10 grades. It's required to use an array, and the major thing I am stuck on is how to refer to the numbers in the array in order to do the calculations. I know that I need to use a loop and I know that the elements are going to be 0 through 9. I am naming the array Grades(9). How would I refer to the each of the elements in a dynamic array where there is only one text box? Appreciate any help!