Ujava Saum von positiven Ganzzahlen
int num = 10, count, total = 0;
for(count = 1; count <= num; count++){
total = total + count;
}
Real Raven
int num = 10, count, total = 0;
for(count = 1; count <= num; count++){
total = total + count;
}