Question: Write a complete function called lowestPosition() which takes as array (of double) and the number of elements used in the array (as an int) and
Write a complete function called lowestPosition() which takes as array (of double) and the number of elements used in the array (as an int) and returns the position of the element with the least value (as an int). You may assume the number of elements is >= 1.
Here's the prototype:
iint lowestPosition(double a[], int size);
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
