Types
2 / 5
Strings
Input a first name, then input a last name, and greet with a warm hello.
For example, if the input is Jon
and the next input is Snow
, the output should be Hello, Jon Snow!
.
Input a first name, then input a last name, and greet with a warm hello.
For example, if the input is Jon
and the next input is Snow
, the output should be Hello, Jon Snow!
.