logo

Crowdly

Browser

Add to Chrome

Який результат виконання наступного фрагмента коду: const double n = 7; double m...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Який результат виконання наступного фрагмента коду:

const double n = 7;

double mas[n];

for (int i = n - 1; i >= 0; i--)

mas[i] = i + 2;

for (int i = 0; i<n; i++)

cout << mas[i];

return 0;

 

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!

Browser

Add to Chrome