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