Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Що надрукує наступна програма
int t = 4, z; z = (--t)*5; Console.WriteLine("t = {0}, z = {1}", t, z);
int t = 4, z;
z = (--t)*5;
Console.WriteLine("t = {0}, z = {1}", t, z);
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!