โ Back to Printing
Question 265
Print Double Quotes
Print Double Quotes
Print a sentence that itself contains double quotes, using the \" escape sequence. The exact output is:
She said "Hello" to me.
The word Hello must be wrapped in real double quotes.Expected Output:
She said "Hello" to me.
Topics:
Printing
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (sysout, psvm, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.