Display "This is a C# app" on two lines in the console window. The first line should end with C#. Use method Console.WriteLine.
What will be an ideal response?
Console.WriteLine("This is a C#\napp");
Computer Science & Information Technology