Question: Write a procedure (a void function) named 'belowAvg that takes an array of integers named 'A' and an integer representing its size. It prints the
Write a procedure (a void function) named 'belowAvg that takes an array of integers named 'A' and an integer representing its size. It prints the average and the number of elements below the average. Example: 50 40 60 70 80 90 The average is 65 and the number of elements below the average is 3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
