Search
In the code below, we have a function findMaxOfThree. This function takes three numbers as parameters.
findMaxOfThree
Your task is to update the findMaxOfThree function to determine the maximum value among the three numbers and log it to the console.