...

/

Solution: Concatenating Strings

Solution: Concatenating Strings

Review the solution to the challenge.

We'll cover the following...

Solution

  1. Ask the user for their first and last name. Store the value entered by the user in a variable called firstName and lastName, respectively.
firstName = user_input first name
lastName =
...