Question: For Java, I have four integers(eg 1,12,0,32). Firstly I need to switch each integer into 6-bits binary. Secondly, I need to combine these 6-bits binary
For Java, I have four integers(eg 1,12,0,32). Firstly I need to switch each integer into 6-bits binary. Secondly, I need to combine these 6-bits binary together into a 32-bit binary(By order: 1,12,0,32). How can I do that?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
