Question: Given a set of integer numbers as below: 23, 17,54, 90, 26, 18, 22, 29, 23, 15, 28, 55, 90, 17 Store these numbers in

 Given a set of integer numbers as below: 23, 17,54, 90,

Given a set of integer numbers as below: 23, 17,54, 90, 26, 18, 22, 29, 23, 15, 28, 55, 90, 17 Store these numbers in an array called A Now do the following: a) b) c) d) e) Write a statement that will count how many numbers are bding stored. Find out the total (sum) of all the numbers. Compute the average Find out the largest and smallest of all the numbers. Find out the variance of all the numbers, and then find out the standard deviation. For the sum, it can be done by using: sum sum +Ali] for all i values from i-O to (N-1), when N is total number of elements. For the variance computation, you need to compute the sum of square, which is: sum of square- sum of square All Al] For finding the large value, first set largest to INT MIN and smallest to INT MAX Then, use a logical variable, if Al) largest, largest-Ali Similarly for smallest value, if ADI

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!