✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Дослідити програму. Написати що буде виведено на екран.
class Program{static void Main(string[] args)
{ int b=5;
Test(b);
Console.WriteLine(b);
}
static void Test(int x)
{
x=x + 5;
}
}
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!