Question: Write a java program that converts a floating point number to the simple model of the floating point representation (14 bits. 1 for the sign,
Write a java program that converts a floating point number to the simple model of the floating point representation (14 bits. 1 for the sign, 5 for exponent, and 8 for significand).
Sample output:
decimal 12.0 = 0-00100-1000000 decimal 1.0 = 0-00001-0000000
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
