Text Variables Problems

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9

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

Coding:

Blocks

PreviousNext