(Find the index of the smallest element) Write a function that returns the index of the smallest element in an array of integers. If there are more such elements than one, return the smallest index. Use the following header:
int indexOfSma11estE1ement(double array[], int size)
Write a test program that prompts the user to enter 10 numbers, invokes this func tion to return the index of the smallest element, and displays the index.
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.