Respuesta :

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