+ 3
Cual es la entrado en el primer proyecto de c#
5 Réponses
+ 1
Este es el código me pide una entrada como agrego una entrada? string x = "knowledge is power";
//tu código va aquí
Console.WriteLine(x);
+ 1
Hi, fine thanks the "k" was in lowercase.
0
Please explain yourself more.
What do mean with first project?
Is it a solo learn project ?
Can you copy the explanation ?
Where is it about?
0
You do not need input in this practice.
Console.WriteLine("Knowledge is power.");
Should be enough.
string x = "Knowledge is power.";
Console.WriteLine(x);
Also works.
Please note the Knowledge is with a capital "K".
And the sentence ends with a dot .
Getting user input with Console.ReadLine () is the next lesson.
(I use google translate to understand spanish, so be kind if my answer is not the answer your question)
- 2
Alguien Que Me Pueda Ayudar en El Proyecto 5 del Lenguaje #C