logo

Crowdly

Browser

Add to Chrome

Що буде виведено на екран після виконання фрагменту програми static void Nom1(i...

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

Що буде виведено на екран після виконання фрагменту програми

static void Nom1(int[] mas)

{

 for (int i = 0; i < mas.Length; i++)

   if (mas[i] > 0) { Console.Write(mas[i]+"\t"); }

}

static void Main(string[] args)

{

 int[] m = { 5, -9, -2, 6, 7, 56, -100 };

 Nom1(m);

 Console.ReadLine();

}

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

Want instant access to all verified answers on dl.guscoll.com?

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

Browser

Add to Chrome