CJCoding With Joseph

Print on One Line with Two Writes

Use Console.Write twice to put Hello,  and then World on the same line, then end the line. The output is:

Hello, World

Expected Output:

Hello, World
Topics:
Printing
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cw, cr, fori)

Your Output

Run your code to see the output here...

Test Cases

Run your code to see test case results.