Robot Hello
Create a program that greets someone by name!
Input Format
A string SSS that represents someone's name
Output Format
"Hello" plus the string SSS
Sample Input
Alice
Sample Output
Hello Alice
Create a program that greets someone by name!
A string SSS that represents someone's name
"Hello" plus the string SSS