Hello You
Write a program that reads one name and displays a greeting.
Input
The input contains one name on one line.
Output
Output:
Hello, <name>!
where <name> is the name entered by the user.
Sample Input
Peter
Sample Output
Hello, Peter!
Write a program that reads one name and displays a greeting.
The input contains one name on one line.
Output:
Hello, <name>!
where <name> is the name entered by the user.
Peter
Hello, Peter!
Comments