Write a VB.net program that will declare array of your choice of length or size. Populate the array with integer numbers accepted from the user at runtime and answer the following questions.
- Display the set of data in an array form in GUI using list box (5)
- Compute and display the mean of the array. (2)
- Compute and display the median of the number. The process must be able to compute the median of any array length or size. (3)
- Compute and display the difference. (6)
- Compute another array from these numbers known as assumed median array (the median of the array less the content of original array position). (3)
- Compute another array from these numbers known as (Set<20) array (the array of number less than 20). (6)
Reviews
There are no reviews yet.