[6.c] Write the definition of a function named findHighest(), that receives three integer parameters: num1, num2, and num3. The function when called should output the highest of the 3 numbers (declare any necessary variables). 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).