Answered You can hire a professional tutor to get the answer.
Input a list of positive numbers(terminated by 0) into an array. Find the mean(average) of the numbers in the array, and output the reslt.
Input a list of positive numbers(terminated by 0) into an array. Find the mean(average) of the numbers in the array, and output the reslt. Use a subprogram to input the numbers, a function to find the mean, and a subprogram to output the result.