Notas de clase - informatica-ieef-etsidi/formulas-aritmeticas-e105-ee105 GitHub Wiki
//Autor: Angel Molina
#include <stdio.h>
void main() {
// OPERACIONES LOGICAS
float nota ;
char codigo;
printf(" Pon tu nota\n");
scanf_s("%f", ¬a);
if (nota < 4 && nota >= 0) {
printf("SUSPENSO\n");
}
if (nota >=4 && nota <5) {
printf("CASI, buen intento\n");
}
if (nota==5) {
printf("UFF por los pelos\n");
}
if (nota <=10 && nota >5) {
printf("Aprobado\n");
}
if (nota<0 && nota>10) {
printf("no te inventes tu nota");
}
{
}
system("pause");
}