0
There is a problem with my code"what is your name" can anyone help me. Please check it and tell me what to do
11 odpowiedzi
+ 5
Hi Mohammad, it looks fine now. Only one more thing, add one space at line 18 after "nice to me you" so it won't print the name right after "you".
+ 4
You are missing a semicolon.
+ 4
C# is case sensitive
you spelled ReadLine and WriteLine incorrectly
+ 3
WriteLine and ReadLine
note capital L and R and W
+ 1
line 16
+ 1
you need a semicolon at the end of line 16. You need to use Console.WriteLine instead of Console.writeline in line 16 and 19. You also need to drop the last line that uses Console.ReadKey()
0
in wich line?
0
now?
0
it is right?
0
how the correct spelled?
0
Thanks to everyone for advices.