✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Якого значення набуде змінна m в результаті виконання фрагменту коду
int a[5] = { 2, 3, 4 };
int m = 1;
for (int i = 0; i < n; i++)
m *= a[i];
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!