Skip to content
C

Read Three Different Types

Easyjava

Read an integer, a decimal number and a word (in that order), then print them in a formatted line.

Input: three whitespace-separated tokens — an int, a double, a word.

Output: one line: <word>: <int>, <double>

Input (stdin)

Output

Run your code to see output here...