Text Variables Problems
Concatenate with Text Variables
Change the existing code so the program displays the first and last names on one line. Use the concatenation operator(i.e. +) to format and ouptut the full name. You will also need to add a space between the first and last names.
Your output should look like the following:
Rowan Smith