โ Back to Printing
Question 264
Tab Between Words
Tab Between Words
Print the two wordsLeftandRighton one line separated by a single TAB character, using the\tescape 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.