First quiz c# | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

First quiz c#

Please I don't understand using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Code_Coach_Challenge { class Program { static void Main(string[] args) { //tu código va aquí Console.WriteLine ("Knowledge is power"); } } } No entry error. Why?

1st May 2021, 3:35 PM
Sergio García Carvajal
Sergio García Carvajal - avatar
3 Answers
+ 6
You're missing a `.` at the end Console.WriteLine("Knowledge is power.");
1st May 2021, 4:19 PM
Simba
Simba - avatar
+ 1
Console.WriteLine("Knowledge is power"); you should coding like this
3rd Aug 2023, 3:41 PM
Serhat ASLANOGLU
Serhat ASLANOGLU - avatar
0
Why is there a different language in the console.writeline statement and your missing the brackets and quotation marks, or did you assign that later on(sorry I'm new to c#)
9th Mar 2023, 3:06 AM
Froxl
Froxl - avatar