✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Задан массив чисел int[] mas = { 1, 2, -3, 3, 4, 5, -2, 3 }; foreach ( int x in mas ) { if ( x % 2 == 0) rez *= x; }