11-26-2006, 09:23 PM
in fact my problem was that 100+35*i is different with 100+(35*i)
and i wanted to compute 100+(35*i)
it is strange that addition is first before mutliply (in mathematic thinking) , and at same time very logic because program compute with first operation and so on
and i wanted to compute 100+(35*i)
it is strange that addition is first before mutliply (in mathematic thinking) , and at same time very logic because program compute with first operation and so on
