Create a program that asks for your first name and last name. The program will then respond with the message “Hello [first name] [last name].”
Below is an example execution of the assignment. The text in red represents user input and will logically not be printed by your program.
Enter your first name: John Enter your last name: Doe Hello John Doe.