Hello, I’m working on this task:
Write a program that outputs to the screen: “Hello. Who are you? How can I get out of here?”
Here is my code:
public static class HelloWorld
{WELCOME TO OUR HelloWorld
public static void Main()
{
Console.WriteLine("Hello. Who are you? How can I get out of here?");
}
Can anyone please help me to solve it?