scroots
12-30-2002, 09:51 PM
i have the following code
lk=((xc*delay)+ep);
lk is one variable, xc is another delay is another and ep is another variable.
how can i properly calculate the value of lk?
in number terms
lk=((2*4)+2)
so lk is 10.
in the math tutorial on javascriptkit.com it doesn`t tell you
scroots
lk=((xc*delay)+ep);
lk is one variable, xc is another delay is another and ep is another variable.
how can i properly calculate the value of lk?
in number terms
lk=((2*4)+2)
so lk is 10.
in the math tutorial on javascriptkit.com it doesn`t tell you
scroots