Cual es la entrado en el primer proyecto de c# | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Cual es la entrado en el primer proyecto de c#

13th Apr 2021, 6:11 AM
Jose Reinaldo Parra Morales
Jose Reinaldo Parra Morales - avatar
5 Answers
+ 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);
16th Apr 2021, 5:03 AM
Jose Reinaldo Parra Morales
Jose Reinaldo Parra Morales - avatar
+ 1
Hi, fine thanks the "k" was in lowercase.
17th Apr 2021, 5:10 AM
Jose Reinaldo Parra Morales
Jose Reinaldo Parra Morales - avatar
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?
14th Apr 2021, 10:51 AM
sneeze
sneeze - avatar
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)
16th Apr 2021, 6:25 AM
sneeze
sneeze - avatar
- 2
Alguien Que Me Pueda Ayudar en El Proyecto 5 del Lenguaje #C
18th May 2021, 11:09 PM
Sandra Denisse Camarillo Morales
Sandra Denisse Camarillo Morales - avatar