CJCoding With Joseph

Tab Between Words

Print the two words Left and Right on one line separated by a single TAB character, using the \t escape sequence:

Left	Right

There is a tab (not spaces) between the words.

Expected Output:

Left	Right
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.