(Find the smallest element) Write a function that finds the smallest element in an array of double values using the following header:
double min(double array[], int size)
Write a test program that prompts the user to enter 10 numbers, invokes this function, and displays the minimum value. Here is a sample run of the program:

We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.