โ Back to Printing
Question 85
Print a Full Name
Print a Full Name
The variablesfirstandlasthold"Ada"and"Lovelace". Print them as a full name with a single space between them so the output is exactly: Ada Lovelace
Expected Output:
Ada Lovelace
Topics:
Printing
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (clog, fn, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.