Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
C_141106_Divisores
//Title of this code #include <stdio.h> int main(void) { short N; short d; printf("Valor de N ... "); scanf(" %hd", &N); d = 1; while(d <= N) { if(N % d == 0) { printf("%5hd", d); } d++; } return 0; }
run
|
edit
|
history
|
help
0
Practica 5 fibonacci
address extraction
Part 1: Draw Arts (square)
Date
Multiples of 10 sum
dcl
Assignment 3
Simple interest
Matrix multiplication. C
session1