What algorithms you would use to do all these conversions in Java without using floats or doubles? The user has to input a value to choose which conversion to make. The user then inputs the actual number, and the output is the converted number. Thanks for helping.
, Computer Lab: Number Systems Construct an object-oriented Java program that performs each of the follow versions. Note that we’re only dealing with non-negative numbers verts a decimal integer into a 32-bit binary number . Converts a decimal integer into an 8-digit hexadecimal number . Converts a 32-bit binary number into a decimal integer Converts a 32-bit binary number into an 8-digit hexadecimal number . Converts an 8-digit hexadecimal number into a decimal integer . Converts an 8-digit hexadecimal number into a 32-bit binary number