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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!