logo

Crowdly

Browser

Add to Chrome

У тілі методу Main() міститься наступний код: int [] a = new int [] {3, 7, 1}...

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

У тілі методу Main() міститься наступний код:

int [] a = new int [] {3, 7, 1};

int s = 0, i;

for (i = 0; i <= a.Length; i ++)

{

if (a [i]% 2 == 0) break;

s + = a [i];

}

System.Console.WriteLine (s);

Вкажіть результат виведення на консоль після виконання методу Main():

(**CharpBase**)

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

Want instant access to all verified answers on moodle.chnu.edu.ua?

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

Browser

Add to Chrome