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.
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.