A byte holds a signed value that can have a max positive value of 127 (0x7F). If the high order (the sign) bit is set, the value is negative.

Print out the values using the Integer class's...