Question: Write a C program that Creates a 2-dimensional array of nx15 elements with random numbers. Let the user set the value of n, and this
Write a C program that Creates a 2-dimensional array of nx15 elements with random numbers. Let the user set the value of n, and this value must be greater than 5. Calculate the standard deviation of all rows of this array individually. Assign the results in a new array. Print the maximum and minimum value of this last array on the screen. Note: You can use the sqrt() function in the math.h library to calculate the square root and rand() for generating random numbers. Other than that, do not use predefined libraries and functions.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
