Skip to content
C

Average of Three Integers

Mediumjava

Read three integers and print their average as a decimal number rounded to exactly two places.

Input: three integers separated by whitespace.

Output: one line — the average with two digits after the decimal point.

Input (stdin)

Output

Run your code to see output here...