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 func- tion, and displays the minimum value.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here