logo

Crowdly

Якого значення набуде змінна min в результаті виконання фрагменту коду in...

✅ 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];

More questions like this

Want instant access to all verified answers on vns.lpnu.ua?

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