Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
B_141104_NotaInterroganteDosPuntos
//Title of this code #include <stdio.h> int main(void) { double nota; printf("Nota obtenida: "); scanf(" %lf", &a); printf("%s\n\n", nota < 0 ? "NOTA ERRONEA" : nota < 5 ? "SUSPENSO" : nota < 7 ? "APROBADO" : nota < 9 ? "NOTABLE" : nota <= 10 ? "SOBRESALIENTE" : "NOTA ERRONEA"); return 0; }
run
|
edit
|
history
|
help
0
ternar
1/30
Program 1 - 2D array and memory pointers
KN king Array ques
pointer**
Add sum.c
decimalespi
Card shuffling and dealing program using structures
My C Code
main.c