Write a program that asks the user to enter their first name, last name, and age. Then, print a greeting message using the inputted values.
Enter your first name: Maria Enter your last name: Santos Enter your age: 20 Hello, Maria Santos! You are 20 years old.
There was an error while loading. Please reload this page.