CJCoding With Joseph
15per day

String Output

Create a string variable with the value "Alice" and use cout to display it in the sentence:

My name is Alice

Do not type the name directly in the cout statement. Instead, use the string variable you created.

Expected Output:

My name is Alice
Topics:
Printing
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cout, fori)

Your Output

Run your code to see the output here...

Test Cases

Run your code to see test case results.