Write code that assigns bigValue with the return value of calling the function GetHighestValue passing userNum1 and userNum2 as arguments (in that order). Then, assign bigValue with the return value of calling GetHighestValue passing bigValue and userNum3 as arguments (in that order).

Solved
Show answers

Ask an AI advisor a question