Starting from:

$25

CCC-Assignment 5 Data Array VB Solved

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.

1. Display the set of data in an array form in GUI using list box (5)

2. Compute and display the mean of the array. (2)

3. Compute and display the median of the number. The process must be able to compute the median of any array length or size. (3)

4. Compute and display the difference. (6)

5. Compute another array from these numbers known as assumed median array (the median of the array less the content of original array position). (3)

6. Compute another array from these numbers known as (Set<20) array (the array of number less than 20). (6)

More products