logo

Crowdly

Browser

Add to Chrome

Що виведе на екран наступна програма? int a = 2, b = 4, c = 6, d = 8; if (...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Що виведе на екран наступна програма?

int a = 2, b = 4, c = 6, d = 8;

if (a < b && b > c)

    Console.WriteLine("a = " + a);

else if (a < b && b < d)

    Console.WriteLine("b = " + b);

else if (c > d)

    Console.WriteLine("c = " + c);

else Console.WriteLine("d = " + d);

0%
0%
0%
0%
100%
More questions like this

Want instant access to all verified answers on dl.nure.ua?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome