Question: Question 2 4 1 0 pts [ 6 . c ] Write the definition of a function named findHighest ( ) , that receives three
Question
pts
c Write the definition of a function named findHighest that receives three integer parameters. The function when called should output the highest of the numbers. Declare any other necessary variables needed within the function. The function does not return any values.
Only submit the code for the function definition which includes the function return value type, function header, function parameters, and function body
Note: To avoid deductions:
Don't worry about adding any necessary #include statements. Since this isn't a program, you can assume any libraries necessary are included.
Do not use: std::
Edit Format Table
pt Paragraph
B
I
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
