Text Variables Problems

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

Assign a Value to a Text Variable

Now that you have declared variables to store a first and last name, add the two assignment blocks to the program in the correct location. Then replace the text values with a made up character's first and last name so they match the correct variable. Then run your program and check the output window for the character's first and last name.

Coding:

Blocks

PreviousNext