Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
problema5propuestos2014/11/05
//Title of this code #include <stdio.h> #include <math.h> int main(void) { short a; short n; printf(" Valor de n ... \n"); scanf(" %hd", &n); a = n; while(a < 1) { (a = a++); } while( a > 5) { (a = a--);} printf(" El valor de n y a es %hd, %hd", n, a); return 0; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Herout (67) - 1
inicializace struktury
scanf.c
TStack_list
try implicit return 0
Min_Max pole čísel
bignum test
BPC UDP pr3 cv10 final
Stack
TBod new
Please log in to post a comment.