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 (24);
}Console.Writeline (25);
Can anyone please help me to solve it?