Respuestas
Respuesta dada por:
1
float sum=0;
float notas[7];
for (int i=0; i<7; i++) {
sum += notas[i];
}
float promedio = sum/7;
Preguntas similares
hace 5 años
hace 5 años
hace 5 años
hace 8 años
hace 8 años
hace 8 años
hace 9 años
hace 9 años
hace 9 años