Question: 2-1. Given a positive decimal number, write a function that transforms it into binary, and prints out the result. You may assume that the string
2-1. Given a positive decimal number, write a function that transforms it into binary, and prints out the result. You may assume that the string contains at least 1 and no more than 9 decimal digits. The output should only include the binary digits followed by a new line. Signature: void print as.binary(std::string decimal number)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
