26,638 views
28 votes
28 votes
Write a Pseudo-code that will prompt the user for a name. Output the name

User Jcolicchio
by
3.0k points

1 Answer

12 votes
12 votes

Answer:

start a function

ask the user what his/her name is and save it to a variable

output the variable

close the function

call the function

Step-by-step explanation:
Pseudocode
is actually quite easy. You should look at the lesson as it gives alot on this topic.

User Marcz
by
3.0k points