Module: DISPLAY TEXT


Problem

2/5

Text output on two lines

Theory Click to read/hide

Output operator  to the screen in C#

There are two similar methods in C#:  Console.Write() and  Console.WriteLine()Both output text to the console. The only difference between them is that the first method leaves the cursor on the line, while the second moves it to the next line.

Problem

Change the output statement on line 7 so that the text on the screen is displayed in the following format:
123
456