Question: Write a command line C++ program that will read from the user a decimal number and output how it is represented using the following data
Write a command line C++ program that will read from the user a decimal number and output how it is represented using the following data representations: 16-bits signed magnitude, 16-bits 2s complement and IEEE-754 single precision floating point number. The program should continue asking the user to enter the decimal number until the user enters sentinel value of 0 to stop the program. Below are some example user input and its corresponding output.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
