removido
(usa Nenhuma)
Enviado em 21/10/2016 - 18:58h
Se você digita 2 e 3 a média é 2.5.
Como tirar média quebrada?
Pode ser usando float ao invés de int.
#include<stdio.h>
#include<stdlib.h>
int main () {
float not1, not2;
float med;
do{
printf ("Informe a primeira nota: ");
scanf ("%f", ¬1);
printf ("Informe a segunda nota: ");
scanf ("%f", ¬2);
} while (not1 < 0 || not1 > 10 || not2 < 0 || not2 > 10);
med = (not1+not2)/2.0;
printf ("A media e: %2.2f\n", med);
return 0;
}
----------------------------------------------------------------------------------------------------------------
Nem direita, nem esquerda. Quando se trata de corrupção o Brasil é ambidestro.
(anônimo)
Encryption works. Properly implemented strong crypto systems are one of the few things that you can rely on. Unfortunately, endpoint security is so terrifically weak that NSA can frequently find ways around it. — Edward Snowden