Skip to content
C

About Me

Easyjava

Read a name and an age, then print two sentences.

Input: two lines — line 1 is the name, line 2 is the age (a whole number).

Output: two lines:

My name is <name>.
I am <age> years old.

Input (stdin)

Output

Run your code to see output here...