Ruby - Variables and Data Types
You want to create a greeting message that includes a user's first and last name stored in variables
first and last. Which code correctly uses string interpolation to produce "Hello, John Doe!"?