help

write a function that takes the array along with its size as parameters then it computes and returns the highest salary and the lowest salary. (Hint: use reference parameters to return the two values). Then the program should display the values.
Then the program should display the values.

(Hint: To display the values you need std::cout;)
Topic archived. No new replies allowed.