Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
C141105_SwitchNotas
//Title of this code #include <stdio.h> int main(void) { short nota; printf("Dame tu nota: "); scanf(" %hd", ¬a); switch(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
la profe
FUNTION4
18BCE2182 ASSESS_1 Q2-3
141124_PI
asasas
Project 4 v.1
rsqrt from 0
3468
Leap year
struct