Question: 1. Create C program that declares an array list of type integer that prompts user to input N numbers. Your program should have four user
1. Create C program that declares an array list of type integer that prompts user to input N numbers. Your program should have four user defined functions: findAverage(), findHighest(), findlowest(), and printNumber().
findAverage() function will return the average of the numbers.
findHighest() function will return the highest number in the array.
findlowest() function will return the lowest number in the array,
printNumber() will print the numbers in the array.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
