Please help me with the task: "Open the window"

Hello, I’m working on this task:

Write a program that outputs the following text to the screen: “Open the window”.

Here is my code:


public static class "Open the Window"
{
   public static void Main()
   {
       // Write your code under this line
Console.WriteLine("Open the window");
Console.WriteLine(23)
Console.WriteLine(24)

   }
}

Can anyone please help me to solve it?

One problem that immediately catches an eye is you class name. It can’t contain quotes, try something like OpenTheWindow

1 Like