How do you write the decimal value -113 as
(a) an 8-bit signed number expressed in hexadecimal?
Enter a hexadecimal number with two digits and the leading 0x, e.g., 0x1A.
(b) a 16-bit signed number expressed in hexadecimal?
Enter a hexadecimal number with four digits and the leading 0x, e.g., 0x12AB.
(c) a 32-bit signed number expressed in hexadecimal?
Enter a hexadecimal number with eight digits and the leading 0x, e.g., 0x123456AB.
Hint: You do not need to work hard for parts (b) and (c)