Skip to content
C

Read and Echo an Age

Easyjava

Read one integer from input and echo it back in a sentence.

Input: one integer — an age.

Output: one line: Your age is: <age>

Input (stdin)

Output

Run your code to see output here...