Question: C++ Design and implement a program in either C++ or Java that converts a Signed Integer into Binary. Your program should only allow an 8
Design and implement a program in either C++ or Java that converts a Signed Integer into Binary. Your program should only allow an 8 bit integer to be entered from the keyboard thus, allow only integers between the range of +127 to -128 to be entered. If an integer is entered that is above or below the range of numbers display a message stating "ERROR (Cannot Display) with 8 bits". Reminder to use the "Two's Complement" algorithm discussed in class to convert a negative integer into binary
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
