โ Back to Printing
Question 8
Write Without a New Line
Write Without a New Line
Console.Writeprints WITHOUT adding a new line (unlikeConsole.WriteLine). Use twoConsole.Writecalls to print, with no line break between them: HelloWorld
Expected Output:
HelloWorld
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.