if(metres >= 0) return true;
else return false;
Can I do this with a single calculation? (ignoring the ternary operator)
return (metres >= 0);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With