Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
Hello
B_141104_NotaInterroganteDosPuntos
InterviewDesk_Embedded
C_141204_ContadorPalabras
htabprepa
Random by thread
MULTI-CAST
Conditional logic.c
pointer1
18BCE2182 ASSESS_1 Q1-5
Please log in to post a comment.