Hello all,
I am new to VB and need to make a program that does the following:
Write a VB.Net program that allows users to enter a series of numbers
(separated by a comma) in a text box called series. When the users clicks the command button called Average, the program extracts the number one by one from the series and calculates the average, and outputs the average onto a textbox called Result.
I understand how to get it to do the average, but how can I make the program count the numbers that I input and then divided by the sum? Also, how would i get it started.
Any help will be appreciated.