...

/

Challenge 3: Compute & Return Maximum

Challenge 3: Compute & Return Maximum

In this lesson, you are required to compute the maximum of two numbers and return the maximum value.

Problem Statement

Implement the findMaximum function that receives two numbers as arguments x and y and returns ...