✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Розгляньте фрагмент коду програми. Що виведеться на екран в результаті виконання цього коду? int n, s; s=0; for(n=1; n<=5; n=n+1); s=s+n; cout<<" syma="<<s<< endl;