Respuesta :

Answer:

Explanation:

Variables:

name1

name2

First we must declare two variable to store string data for the first name and the last name, then we must show and input to enter the two names, in this case the user will enter the information, then we will show the data with an output like this: "Hello "+name1+" "+name2, this is the concatenate data and an example would be: Hello Marco Bermon. The pseudocode is attached.

Ver imagen colocho08