Implementa function
which given three numbers returns the sum of their minimum and maximum values. Input
Input consists of three integer numbers.
Precondition
It holds 0 < x, y, z < 109.
Observation You only need to submit the required procedure; your main program will be ignored.
Input/Output