Whats the problem | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 1

Whats the problem

i did write everything and consle window didnt show or run what to do?

28th Jun 2019, 9:53 PM
fadi mohmmed
fadi mohmmed - avatar
11 Respuestas
+ 4
"fadi sololearn" that should be "namespace sololearn"
28th Jun 2019, 10:11 PM
Mind To Machine 💻🕆
Mind To Machine 💻🕆 - avatar
+ 4
Please mind the syntax letter cases, C# is a case sensitive language; system -> System collection.generic -> Collection.Generic linq -> Linq text -> Text threading.tasks -> Threading.Tasks Try fix this and let us know how it goes.
28th Jun 2019, 10:48 PM
Ipang
+ 1
using system ; using system.collections.generic; using system.linq; using system.text; using sytem.threading.tasks; fadi sololearn { class program { static void main(string[]args { console.writeline("hallo wourld!"); } } }
28th Jun 2019, 10:04 PM
fadi mohmmed
fadi mohmmed - avatar
+ 1
as how i saw here in visual studio
28th Jun 2019, 10:04 PM
fadi mohmmed
fadi mohmmed - avatar
+ 1
i change it and its not working as well
28th Jun 2019, 10:17 PM
fadi mohmmed
fadi mohmmed - avatar
+ 1
i had run it but with out have cmn win open because i have errors , system is undefined string is undefined what to do
28th Jun 2019, 10:29 PM
fadi mohmmed
fadi mohmmed - avatar
+ 1
i add a after sting and before still read errors
28th Jun 2019, 10:38 PM
fadi mohmmed
fadi mohmmed - avatar
+ 1
ok by the way i am using laptop
28th Jun 2019, 10:42 PM
fadi mohmmed
fadi mohmmed - avatar
+ 1
i start new progact and write all code again with large latters and still giving me errors system is undefined
28th Jun 2019, 11:02 PM
fadi mohmmed
fadi mohmmed - avatar
+ 1
yes i did maybe i need to download something language or program?
28th Jun 2019, 11:17 PM
fadi mohmmed
fadi mohmmed - avatar
+ 1
fadi mohmmed It's been some time, how did it go? have you found the cause of the problem and how to solve it? Maybe share your code link? hopefully then more people can help you, when there's a code for them to see and review : )
8th Jul 2019, 7:46 PM
Ipang