CJCoding With Joseph
15per day

Average of an Array

An int array is given. Print the integer average (sum divided by count).

For { 10, 20, 30, 40 } the program prints 25.

Expected Output:

25
Topics:
Arrays
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cw, cr, fori)

Your Output

Run your code to see the output here...

Test Cases

Run your code to see test case results.