Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
B_141104_NotaSwitch
//Title of this code #include <stdio.h> #include <math.h> int main(void) { double nota; printf("Nota obtenida: "); scanf(" %lf", ¬a); switch((short)floor(nota)) { case 0 : case 1 : case 2 : case 3 : case 4 : printf("SUSPENSO\n"); break; case 5 : case 6 : printf("APROBADO\n"); break; case 7 : case 8 : printf("NOTABLE\n"); break; case 9 : case 10 : printf("SOBRESALIENTE\n"); break; default : printf("NOTA ERRONEA\n"); } return 0; }
run
|
edit
|
history
|
help
0
time clock and day count through second by user input (ratneshgujarathi)
14th Feb Programming Project v.01
avance 2 guía 4
sort_using_pointers.c
C list
150115_EsMatrizOrdenada
Square pyramid
main.c
Majeur ou mineur
SumIt