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], M=1; int i;
for(i=0; i<N; i++)
{scanf("%f", &L[i]);
M=M*L[i];
}
printf("\n M=%f", M);
return 0;
{float L[N], M=0; int i;
M=M+L[i];
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!