[SOLVED] CCC-Assignment 5 Data Array VB

20.99 $

Programming resource
Digital learning resource
Category:
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

Description

Rate this product

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)
Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.