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
menu
armstrong number using a while loop
AVANCE DE PREGUNTA 5
structure1
B_141121_factorial02
Nearly working
C(gcc) Local Time and math.h Example
structt
Multiple if statement v0.8
Lab 11