204k views
7 votes
Write an algorithm to print name and address of a person​

User Staszek
by
4.5k points

1 Answer

6 votes
Pseudocode:

1 Prompt the user to enter name
2 Store name in a nameVariable
3 Prompt the user to enter address
4 Store address in an addressVariable
5 Print the variable nameVariable
6 Print the variable addressVariable
User Nikkole
by
4.6k points