Content deleted Content added
m →top: no need to repeat article title in hatnote |
Victor Lesyk (talk | contribs) m product var always will be 0 |
||
Line 15:
int sum = 0;
int product = 1;
for(i =
sum = sum + i;
product = product * i;
Line 27:
int sum = 0;
for(i =
sum = sum + i;
|