Write a program using loops conditionals and file processing concepts. Write a main module two subprograms and one function based on an array input by the user.
Computer Concepts Week 10Page 404 #2Input a list of positive numbers (terminated by 0) into an array find the mean (average) of the numbers in the array and output the result. Use a subprogram to input the numbers a function to find the mean and a subprogram to output the result.
Attachments: