Question: Write a program from start to finish that prompts a user for his name, stores it in a string variable, then prints a message to

Write a program from start to finish that prompts a user for his name, stores it in a string variable, then prints a message to the screen:

Greetings, NAME !

Where NAME is whatever the user entered (the value stored in the input variable).

HTML EditorKeyboard Shortcuts

Step by Step Solution

3.33 Rating (153 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

To write a program that prompts a user for their name stores it in a string variable and then prints ... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!