1a– Using a variable (1)

Construct a program that asks the user for their name. The name should be stored in a variable called forename. Use the variable to display the message “Hello Jane” if the user enters Jane.

Scroll to Top