0
how do i solve this
Write a function that finds the max, min and average values of an array. Your function should use the following function header: void ArrayOperate(float x[], int n, float &max, float &min, float &average)
1 Answer
Write a function that finds the max, min and average values of an array. Your function should use the following function header: void ArrayOperate(float x[], int n, float &max, float &min, float &average)