+ 1
Whats the problem
i did write everything and consle window didnt show or run what to do?
11 Respuestas
+ 4
"fadi sololearn"
that should be "namespace sololearn"
+ 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.
+ 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!");
}
}
}
+ 1
as how i saw here in visual studio
+ 1
i change it and its not working as well
+ 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
+ 1
i add a after sting and before still read errors
+ 1
ok by the way i am using laptop
+ 1
i start new progact and write all code again with large latters and still giving me errors
system is undefined
+ 1
yes i did
maybe i need to download something language or program?
+ 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 : )