Question: This is not an optional assignment. Failure to complete will result in a failing grade for the class Create a Windows based c++ program which:
This is not an optional assignment. Failure to complete will result in a failing grade for the class Create a Windows based c++ program which: Asks the user for a binary number (1's and 0's). If they type something 1. than 1's and 0's, give them an error message and try again (step#Ing other 2. Convert the binary number to decimal and display it. 3. Asks the user for a decimal number. If they type something other than a decimal number, give them an error message and try again (step #3) 4. Convert that number to binary and display it. 5. Keep asking until the user types QUIT or quit in #1 6, #2 should be a function called binaryToDecimal 7. #4 should be a function called(decimaToBinary 8. A usu menu would be delicious (as shown in the example output section of this document) The Binary to Decimal and Decimal to Binary functions should be just that, functions 9. mptions ere are some of the things I assume you know how to do attending class and reading
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
