Thank you!
Would the parenthesis then be necessary if Boolean operands were included? Or are they in the same category as comparison operators?
ex:
if (vehiclevelocity <= (setspeed - 10) && enginestatus == 1)
Thank you!
Would the parenthesis then be necessary if Boolean operands were included? Or are they in the same category as comparison operators?
ex:
if (vehiclevelocity <= (setspeed - 10) && enginestatus == 1)