โ Back to Printing
Question 227
Print Three Lines
Print Three Lines
Print these three words, each on its own line:
One
Two
Three
Use a separate Console.WriteLine call for each word.Expected Output:
One Two Three
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.