For an assignment I get some bytes, make some calculations on their Binary values and have to return that calculated Stuff in a Byte Array.
My Problem is now, that byte only stores up to 127, but my values can be up to 2^8-1 (11111111). I already tried to convert it to hex, but it´s of course not working either.
So, is that possible, if yes how, or is that exercise not possible like that?