I'm trying to learn C# by watching tutorials and when I try to rename my class it gives me this
So this first error is basically when I make a new console solution and then declare a class and give it a name and then try to write out to the console it gives me two errors.
![1ST:Error 1 Invalid token '(' in class, struct, or interface member declaration C:\Users\Alan\AppData\Local\Temporary Projects\ConsoleApplication1\Program.cs 10 23 ConsoleApplication1
2ND : Error 2 The type name 'Writeline' does not exist in the type 'System.Console' C:\Users\Alan\AppData\Local\Temporary Projects\ConsoleApplication1\Program.cs 10 13 ConsoleApplication1
I clicked an save all and saved it to a folder on my desktop where I plan to put all my C# files but I get those errors and when I start out a new document clean it and write the console commands and build it doesnt give me any errors.
Is it that I need a constructor or that I need to save my files in a specific order or what?. ]1