How many times the body of the loop will be executed?
 
int i = 0; 
while (++i < 3) 
{ 
       Console.Write(i);
}
 
Explanation
Get an explanation when it's available:

Следи за CodeGalaxy

Мобильное приложение Beta

Get it on Google Play
Обратная Связь
Cosmo
Зарегистрируйся сейчас
или Подпишись на будущие тесты