Question: c++ (12 points) Write a value returning function (header and body) called containsEqualValues. Show the prototype, and a sample call. 8. This function accepts three

c++
(12 points) Write a value returning function (header and body) called containsEqualValues. Show the prototype, and a sample call. 8. This function accepts three double parameters and checks to see if any two of the parameters are equal If any two parameters are equal, the function returns true; otherwise the function returns false. . prototype: sample call function definition (header and body)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
