Program:Visual Studio 2010
Console Application.
I am trying to ADD an undetermined amount of user inputted numbers together.
I want to ask the user using an inputbox(" Enter Grades")
and then take all the grades that the user entered and add them together.
How do I do that. and I don't want to have to declare each grade, like grade1, grade2, grade3, because it is supposed to be an undetermined amount of grades entered. like the user might enter 10 grades or18 grades, depending on how many they have to enter.
can someone please write a script for VB.net using a console application for me. I have been searching and searching literally all day and I cannot find out how to write the script. I need this ASAP please!
Console Application.
I am trying to ADD an undetermined amount of user inputted numbers together.
I want to ask the user using an inputbox(" Enter Grades")
and then take all the grades that the user entered and add them together.
How do I do that. and I don't want to have to declare each grade, like grade1, grade2, grade3, because it is supposed to be an undetermined amount of grades entered. like the user might enter 10 grades or18 grades, depending on how many they have to enter.
can someone please write a script for VB.net using a console application for me. I have been searching and searching literally all day and I cannot find out how to write the script. I need this ASAP please!