skip to Main Content

Error running C# program in visual studio code

I've been following a C# tutorial video, now building a basic calculator and I've run into a problem(sure I've installed the right extensions to run C#...) here's some code : static void Main(string[]Args) { Console.WriteLine("--------------basic calculator---------------"); Console.Write("Enter a number :…

VIEW QUESTION
Back To Top
Search