View Single Post
Old 10-24-2004, 10:46 PM   #8 (permalink)
sithspawn
 
Super Techie

Join Date: Jun 2004

Posts: 348

sithspawn

Default

Looking at this from a mathematical point of view...

sum1 = (i/2)+ fun(&i);
sum2 = fun(&j) + (j/2);

if i and j are both equal to 10 these equations are exactly the same??

i got 46 for both, im not sure where 48 comes from??
sithspawn is offline