Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
C141106_TablaMultiplicar
//Title of this code #include <stdio.h> int main(void) { short N; short i; printf("Valor de N: "); scanf(" %hd", &N); i = 0; while(i <= 10) { printf("%3hd * %3hd = %3hd\n", N, i, N * i); i++; } return 0; }
run
|
edit
|
history
|
help
0
Coba
back
A_141117_Primo01
String operations in C (without using built-in methods)
First program.c
B_14118_RestasSucesivas
FUNCTIONS Shape functions
TAREA M4 - LOTERIA
150116_OrdenMatriz
numerodevecesquerepitedigitoennumero