codice:
 
int i;
 int risultato =0; 
for(i=0; i<=99; i++)
   risultato += i;