Defina una matriz (con gráficos) con 30 elementos plásticos.
# incluye ltstdio.h gt
void main()
{
int I;
void main()
p>
int matriz[30]= { 0 }
int promedio[6]= { 0
for(I = 0; i lt30; i )
{
matriz[I] = 2 * I
promedio[I/; 5] = matriz[I];
}
for(I = 0; i lt6; i )
printf("d ", promedio[I] ]);
}
//Segunda pregunta
# include ltstdio.h gt
void main()
{
int i, j;
int matriz[2][3] = {{2, 4, 6}, {8, 10, 12 } };
for(j = 0; j lt3; j )
{
for(I = 0;i lt2;i)
printf("d ",matriz[I][j ]);
printf("\n ")
}
}
//La tercera pregunta
# include ltstdio.h gt
void main()
{
int I;
int options[20] = { 0 };
int total[5]= { 0 };
printf("Ingrese opciones (1- 5): \ n ");
for(int I = 0; i lt20; i)
scanf("d", amp select[I]);
for(int I = 0; i lt20; i )
if (elección[I] gt; = 1. ampchoice[I] lt; = 5)
total[choices[I]-1];
printf("El resultado seleccionado es:\n ");
for(int I = 0;ilt5;i) p>
printf("El producto I es d\n ", total[I]);
}