Determine the maximum, the minimum and the average of three integers.
Three integers, each on a separate line.
The maximum, mininum and average of the three integers. The average must be printed with two decimal digits (rounded).
12
5
8
maximum: 12
minimum: 5
average: 8.33