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