Asked by Solomon

I need your help to write a program using visual basic 2010 for the following:-
write a program that calculates the average of up to 50 numbers input by the user and stored in an arrey. The program should use a class named Statistics and have an AddNumber method that stores numbers into an array one at a time. The class should have a Count property that keeps track of the number of numbers stored and a method called Average that returns the average of the numbers.

Answers

There are no human answers yet.
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions