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)

7th Jan 2018, 11:26 AM
Tasha
1 Answer
7th Jan 2018, 12:15 PM
shobhit
shobhit - avatar