Write a program that asks the user for their name and greets them with their name.
Declare var name
Ask the user for their name
Store in name
Output greeting including name and a question
Declare var answer
Ask the user for their answer to the question
Store in answer
Output a response