I have this number 160043L which I need to put into a byte array as 4 bytes.
The array bytes should look like this after the value has been placed in the array
a(0) = 43
a(1) = 113
a(2) = 2
a(3) = 0
The number 160043 is only an example so the actual value will be different on different occasions
The array bytes should look like this after the value has been placed in the array
a(0) = 43
a(1) = 113
a(2) = 2
a(3) = 0
The number 160043 is only an example so the actual value will be different on different occasions