Skip to content
C

Greet the User

Easyjava

Read a single line containing a person's name and print a greeting.

Input: one line — the name (it may contain spaces).

Output: one line: Hello, <name>!

Input (stdin)

Output

Run your code to see output here...