Question: Write a C program that defines an array of numbers of size 100, the user will enter the number of values he will enter in
Write a C program that defines an array of numbers of size 100, the user will enter the number of values he will enter in it. write functions to do the following tasks: 1- Find the length of the array (number of elements). 2- The average of prime numbers in the array. 3- Check if this average is prime or not 4- Sort the array in a descending direction 5- Find the maximum value (50 points) Your answer NO
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
