I'm refreshing my knowledge on binary math and specifically two's complements.
Using this post I've successfully recalled how to use two's compliment to generate the binary representation of negative of a number e.g. -15 is 11110001
Now I'm required to explain how to use two's complement to explain operator precedence in computing.
Any starter ideas?