0
On the first extra points program, I write {Console.WriteLine ("knowledge is power");} can someone tell me what I am doing wrong
6 ответов
+ 3
Rick check what you missed
https://code.sololearn.com/c09wgx1ZB21r/?ref=app
+ 1
I finally got it! Thanks Simba.
0
The Console.WriteLine function must be inside the main function.Otherwise your code will not work.In C# programming the Main method is where program starts execution. It is the main entry point of program that executes all the objects and invokes method to execute. There can be only one Main method in C#.
0
I am talking about the 1st practice exercise, where I believe all I have to write is knowledge is power. The main is above where the exercise says that my code should go
0
I'm talking about exercise 4.2
0
Simba
I tried entering the text exactly as you wrote it, and it still was wrong