lokaranjan6791 lokaranjan6791 29-11-2022 Computers and Technology contestada write a function double average(int arr[], int n) that returns the average of the even elements of the array. if the array has no even elements, throw 0.