Previous
Variables and Types
2 / 6
Next
Taking input
Hint
Write a program that inputs a first name and then inputs a last name. Then greet the person with a warm hello.
For example, if the first input is Zara
and the second input is Whitmore
, then the output is Hello, Zara Whitmore
.
Help
Solve
Reset
Test results
Test result #
Expected output
Your output