Thats it....
but the do something else would be the same as do something first condition
if one or the other is true..... do something
if (data[2] > 0 || (data[0] > 0 && data[1] == 0))
??
Thats it....
but the do something else would be the same as do something first condition
if one or the other is true..... do something
if (data[2] > 0 || (data[0] > 0 && data[1] == 0))
??