✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Заповнення матриці реалізується частиною коду: for (int i = 0; i <10; i++) for(int j =0; j <5; j++) cin >> a[i][j]; Які індекси має останнє вичитане з клавіатури значення?