Você está na página 1de 1

#include <stdio.

h>
#include <stdlib.h>
/* run this program using the console pauser or add your own getch, system("paus
e") or input loop */
int main(int argc, char *argv[]) {
float nota;
printf ("Digite a nota do infeliz:");
scanf("%f",&nota);
if (nota >= 7) {
printf ("dessa vez passou miseria! mas na proxima voce fica!");
}
else {
printf ("perdeu miseria! hahahahahahaha\a\a\a\a\a\!!!");
}
return 0;
}

Você também pode gostar