Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Вибрати правильну відповідність
#include <stdio.h>
#include <math.h>
#define N 9
main()
{float L[N][N]; int i, j;
for(i=0; i<N; i++)
{ for(j=0; j<N; j++)
{ scanf("%f", &L[i][j]);
if (i + j > N - 1) L[i][j] = 0;
}
return 0;
if (i < j) L[i][j] = 0;
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!