โ Back to Strings
Question 193
Build a Full Name
Build a Full Name
A first and last name are given. Use string interpolation to print the full name. For "Ada" and "Lovelace" the program prints 'Ada Lovelace'.
Expected Output:
Ada Lovelace
Topics:
Strings
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cw, cr, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.