6)[10 points] Assume 51 and 114 are signed 8-bit decimal integers stored in
two's complement format. Calculate 51 + 114 using saturating arithmetic. The
result should be written in decimal. Show your work. (Note, saturating arithmetic
means that when a calculation overflows, the result is set to the largest positive
number or most negative number, mostly for media operating.)