Suppose the ESPN website uses 8-bit unsigned integers to store how many points a team has scored in
an NBA game
For example
0000 0010 represents 2 points
0000 1000 represents 8 points
What is the highest possible score the ESPN website could display?