+ 1
Why invalid this code?
int x = 10; for ( ; ; ) { if x > 0 Console.WriteLine(x); x -= 3; } for ė¬ø ģ¬ģ“ģ ź°ģ ģøėÆøģ½ė” ė¹¼ź³ ģėµ ź°ė„ ķģ§ ģėģ? ģ”°ź±“ė¬øģ ėŗ ģ ģė ź±“ź°ģ? i dont write english well.. sorry. can we skip condition statements?
1 Answer
0
the if need ()
if (x<0)