Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
palindrome.c
array practice
Partition
variable arguments 2
FUNTION4
Hello
new
pattern 12
C)_Assign_q4
Finding type of triangle assignment
Please log in to post a comment.