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