Mike K.

asked • 02/13/22

Computer science programming question please??

Write a segment of pseudocode to prompt the user for their name, and then output:

'Hello *your name here*, welcome to Comp. Sci 112'

 

-Make sure you give the user a prompt to answer

-Make sure you save the name to a variable and then output the variable in the reply



Can someone please help me with this?? im so confused

1 Expert Answer

By:

Gianna K.

tutor
This pseudocode (actually this would work well in Python as well) prints out a prompt to the user in the first line. The second line captures the input from the user and stores it in a variable called "name", which is then outputted in line 3.
Report

02/14/22

Mike K.

Thank you!
Report

02/14/22

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.