✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Дослідити фрагмент програми.string x = "2020";if ( x == "2019")
Console.WriteLine("1");else if ( x == "2020")
Console.WriteLine("2");else
Console.WriteLine("3");Написати, що буде виведено на екран при виконанні фрагменту програми
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!