CJCoding With Joseph

Print an Apostrophe

Print the following text, which contains an apostrophe, exactly as shown:

It's a test

An apostrophe inside a double-quoted string does not need a backslash.

Expected Output:

It's a test
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.