Question: In the C Language: Write a program that allows a user to add, subtract, multiply, and divide binary numbers. The program should continually accept a
In the C Language:
Write a program that allows a user to add, subtract, multiply, and divide binary numbers. The program should continually accept a binary arithmetic command and perform the arithmetic given. The default input should be in the form Operand1 Operation Operand2 [enter], where operation is either +, -, *, /, and the operands are binary numbers of no more than 31 bits each. The program should continue to take commands until the string "quit" is entered which will terminate the program after saying "goodbye".
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
