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
Command Expressions in Gnu C: What's the value of a loop? void!
Hello w
150116_FactorialPrimo
150109_RecursividadPrimo
ptr[]
C assignment due sunday
C(gcc) Local Time and math.h Example
a
Hello, World
Assignment 3 Final