Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Multiples of 10 sum
#include <stdio.h> int main(void) { int mult; int sum; int num=0; for(int i=1; i<=100; ++i){ mult=10*i; num=num+mult; printf(" } printf("%d", num); printf("\n"); return 0; }
run
|
edit
|
history
|
help
0
Nice1
Command Expressions in Gnu C: What's the value of a loop? void!
A_141212_IntercambiarValores
Lab 8 part 2 v.07
Singly LinkedList.c
object-oriented C by Henry Kroll III www.thenerdshow.com
advanced string manipulation
Date
ptr_tp_ptr
Ptr_to_fct__v2