If This is in between -10 to 10 Then do this
How can I implement that!
Printable View
If This is in between -10 to 10 Then do this
How can I implement that!
well i don't know what ur using to store the value but i'll use "num" in the example below:
num = 8
if num > -10 and num < 10 then ....