Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started