Write a function find_maximum(x, y, z) which returns the maximum of the three numbers x, y, z.

Posted Date: