Write a program that will find the smallest ,largest and


Write a program that will find the smallest ,largest and avcerage values in a collection of of N numbers.Get the value of N before scanning each value in the collection of N numbers .

Modify your program to compute and display bit5h the range of values in the collection and the standerd deviation of the data collection ,To compute the standerd deviation,accumulate the sum of the squares of the data value in the main loop After loop exit use the formula.Standard deviation=√((sum_squares)/N-?average?^2 )

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: Write a program that will find the smallest ,largest and
Reference No:- TGS0146398

Expected delivery within 24 Hours