I do not know where I'm going wrong and are printing incorrect media values.
#include <stdio.h>
int main (){
int i, num, soma, maior, menor;
float media;
printf ("Informe 10 valores:\n");
for (i=1; i<=10; i++){
scanf ("%d", &...
asked by
23.10.2017 / 20:05