CJCoding With Joseph

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
๐Ÿ“ฅ Auto-Input:
5\n10 20 30 40 50\n
This input is automatically fed to your program's stdin
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.