+ 1
HELP!!! I'm newbee. How make it ??? Simple game from my childhood.
3 odpowiedzi
+ 3
1. You need to put ; after method call now you have
" if (){ Console.Writeline ()}; " should be "if (){ Console.Writeline ();} "
2. Console has method WriteLine not Writeline cs case sensitive
3. a variable has no type declared.
Should work after fix.
+ 1
Lets try it.Thx.
+ 1
Yeah!!! My first code! Thank you, Dmitry.