Please help me with the task: Turn off droids.

Hello, I’m working on this task:

Write a program that outputs numbers 23, 669 and 131 to the screen, each from the new line.

Here is my code:


public static class TurnOffDroids
{
   public static void Main()
   {
       // Write your code under this line
       console.WriteLine(23);
       console.WriteLine(669);
       console.writeline(131);
   }
}

Can anyone please help me to solve it?

Hi, welcome to CodeEasy!

You need to spell ‘Console’ with a capital ‘C’ in your code.