+ 2

Can someone explain this challenge?

int y = 0 for(int x = 0; x < 9; x++){ y++; x++; } Console.Write(y);

18th Jun 2019, 7:40 AM
Martin
1 Answer