CJCoding With Joseph
15per day

Build a Sentence from Variables

A name and an age are given. Use string interpolation to print:

Mia is 20 years old

Expected Output:

Mia is 20 years old
Topics:
Printing
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.