int[]arr={1,4,4,6,7,7,7,9,12,17}
Given an integer array, arr, write a program to compute:
The average of the array
The sum of the array
The mode of the array (mode is the number that occurs the mostnumber of times).
Expert Answer
An answer will be send to you shortly. . . . .