Question: Write a C program that prompts the user (hint: use scanf to read) for number of entries, say N. Creates an array of size N
Write a C program that prompts the user (hint: use scanf to read) for number of entries, say N. Creates an array of size N and prompts user for the N entries one by on. Stores the input values in the array. At the end of the input, prints the entire array, the mean, min and max of the values entered.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
