Robot Hello
Create a program that greets someone by name!
INPUT FORMAT:
A string that represents someone's name
OUTPUT FORMAT:
"Hello" plus the string
SAMPLE INPUT:
Alice
SAMPLE OUTPUT:
Hello Alice
Write code below: