Challenge: Concatenating Strings
Solve the challenge to check your understanding of concatenating strings.
We'll cover the following...
Requirements
Write a pseudocode example in which the user’s first and last name is provided. The code outputs a greeting message that includes their first name. For example, if the user’s first name is “John” and their last ...