0
Подскажите пожалуйста почему ошибка возникает. Не могу разобраться.
3 Antworten
+ 1
Right will be:
if (x > 10)
witout semicolon.
Otherwise your code cannot anything do. At the beginning the x gets 0. Thus the while will be not executet. So the console has no output.
You can build in Console.WriteLine(x); at the end of your code and plays with the while.
+ 1
thanks!
0
CS0162 на 26 строке