Question: Make an array of 5 random numbers between 5-50. Then, send each of those numbers to a void function to determine if there are more
Make an array of 5 random numbers between 5-50. Then, send each of those numbers to a void function to determine if there are more numbers over 25 or more numbers that are less than or equal to 25. If there are more numbers over 25, output over in the main function. If there are more numbers equal or less than 25, output under in the main function.
In C++
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
