2. Considerando o algoritmo abaixo, qual é o resultado exibido no vídeo se os valores informado para a notas forem: n1 = 5 e n2 = 5 ?
#include
#include
int main()
{ float n1,n2,M;
printf("Digite a primeira nota: ");
scanf("%f",&n1);
printf("Digite a segunda nota: ");
scanf("%f",&n2);
M=(n1+n2)/2;
if (M>=6)
printf("APROVADO\n\n");
else
printf("REPROVADO\n\n");
system("pause");
}
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Helpful Social

Copyright © 2024 ELIBRARY.TIPS - All rights reserved.