#include <stdio.h> int main() { int a, b=0; for(a=0; a<=10; a++) { //somma dei numeri da 0 a 10 b=b+a; } printf("%d", b); }
To embed this project on your website, copy the following code and paste it into your website's HTML: