multiples of a number in Flash
multiples of a number in Flash
Out of context: Reply #7
- Started
- Last post
- 8 Responses
- mr_flaco0
Im not finding that to be true -
x=4;
y=16;
z=x%y;
n=x/y;z returns 4
n returns .25What am I missing? Forgive me, I'm just trying to get it.