Greeting


Problem Statement

Write a program that asks the user for their name and greets them with their name.


Plans and pseudocode

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


Demonstration

Next Page