Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.

QUESTION

C# Programming Can someone help me with my code? It won't run

C# Programming Can someone help me with my code? It won't run

I keep getting this error

Error(s):Entry method 'Main' in class 'Program' in namespace 'Rextester' not found.

using System;

using System.Collections.Generic;

using System.Linq;

using System.Text;

namespace ConsoleApplication1

{

class Program

{

static void Main(string[] args)

{

Console.WriteLine("Each day through my window I watch as he passes by");

Console.WriteLine("I say to myself your such a lucky girl");

Console.WriteLine("To have a guy like him is truly a dream come true.");

Console.WriteLine("Out of all the guys in the world, he belongs to me.");

Console.WriteLine("It was just my imagination, running away with me");

Console.WriteLine("It was just my imagination once again, running away with me.");

Console.ReadLine();

}

}

}

Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question