CJCoding With Joseph

Blank Line Between Words

Print Start, then a completely blank line, then End, producing exactly:

Start

End

The empty middle line is created by printing nothing on its own line.

Expected Output:

Start

End
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.