What will be the result of the following code execution?
 
static void Main() 
{
    if (false) 
    {
       int i = 1; 
    } 
    int i = 2; 
    Console.WriteLine(i);
 }
 
Explanation
Get an explanation when it's available:

Слідкуй за CodeGalaxy

Мобільний додаток Beta

Get it on Google Play
Зворотній Зв’язок
Cosmo
Зареєструйся Зараз
або Підпишись на майбутні тести