Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
B_141107_TablaMultiplicar
//Title of this code #include <stdio.h> int main(void) { unsigned short N; unsigned short i; printf("Valor de N ... "); scanf(" %hd", &N); printf("\n\n\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.
Project 3 Part 1 v1.5
Deadlock
Project 5 v0.11
Simple interest
AVANCE 1 TAREA M4 - PERLAS
Practice
addition
Lab 7 blackjack v0.5
A_141107_Potencia
funcion quicksort
Please log in to post a comment.