Question: Coded in C Write a C program that finds the number of elements >50 in an unsorted array of numbers. First create an array of

Coded in C
Write a C program that finds the number of elements >50 in an unsorted array of numbers. First create an array of 10 elements and initialize it with integer random numbers in your program. Then display the array and the number of elements >50. Assume that array size is 10. A sample run for this array would be as follows: Array is [50 12 65 62 100 5 1 63 123 5444] 6 elements are greater than 50
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
