Posts by Juarez Prates • 3 points
1 post
-
0
votes1
answer48
viewsQ: Why does multiplying the percentage give negative results?
#include <math.h> #include <stdio.h> #include <stdlib.h> main() { float altura,peso,soma_altura=0,cont1=0; int idade, cont=0,i; for(i = 0; i < 25; i++) { printf("Insira sua…
casked Juarez Prates 3