Using the Console
Exercise: Using Console.WriteLine
Goal
Use Console.WriteLine(...) to write the text "This is the first line", "This is the second line" and "This is the third line" as three separate statements.
Hint
You can call Console.WriteLine multiple times.
Page 4 of 12