Text Variables Problems
A Different Solution
This time write a program that outputs a character's name on one line, but solve the problem in a slightly different way. Use and modify each of the three block in the tray to declare the firstName, lastName, and fullName variables. Instead of using concatenation in the output block, use it in the fullName variable block.