You're building a registration form for a website, and you need to display the user's full name based on their first and last name inputs.
In this exercise, you will write a program that:
Now it's your turn! Complete the code sample in the editor to display a well-formatted full name in the format: "Your full name is: FIRSTNAME LASTNAME".
Output (Console)