Welcome Guest, Not a member yet? Register   Sign In
why result is 7?
#4

[eluser]pincs[/eluser]
[quote author="daelsepara" date="1277110704"]first statement:

Code:
// (1) + (2) + (3) = 7

second statement:

Code:
// (2) + (3) + (4) = 9
[/quote]


i think first statment like this:2+3+4
Code:
echo "i=".(++$i);//2
echo "i=".(++$i)+12;//12
echo "i=".(++$i)+(++$i);//3


Messages In This Thread
why result is 7? - by El Forum - 06-20-2010, 09:27 PM
why result is 7? - by El Forum - 06-20-2010, 09:58 PM
why result is 7? - by El Forum - 06-20-2010, 10:20 PM
why result is 7? - by El Forum - 06-20-2010, 11:27 PM
why result is 7? - by El Forum - 06-21-2010, 12:46 AM



Theme © iAndrew 2016 - Forum software by © MyBB