Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
CALCULADORA
//Title of this code //gcc 4.9.1 #include <stdio.h> int main(void) { short i, a, c; printf("Introduzca un valor: "); scanf("%hd", &a); for (i = 0 ; i<= 10; i++){ c = a * i ; printf("%hd * %hd = %hd \n", a, i, c); } return 0; }
run
|
edit
|
history
|
help
0
Conflito entre 4 threads
C_141113_VariosPerfectos
est
20171103_Digitos
REGISTRO EN C
strcpy template
Project v0.07
Nice1
Smartprix coding
WHY_?