Question: Find the minimum score In this part, you will find the minimum score from your list of scores and return the minimum score to your
Find the minimum score In this part, you will find the minimum score from your list of scores and return the minimum score to your main function. float getMinScore(float scores[],int size) The getMinScore() function should take in two arguments, i.e. the reference of your scores array and the size of the array. The function should return the minimum score value which should be of float type.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
