โ Back to Arrays
Question 93
Count Above Average
Count Above Average
Read an integer N, then N integers. Compute the average (use integer division), then print how many values are strictly greater than that average. Print just the count.
Expected Output:
2
Topics:
Arrays
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (p, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.