(Binary to hex) Write a function that returns a hex number from a binary number. The function header is as follows:
string bin2Hex(const string& binaryString)Write a test program that prompts the user to enter a binary number as a string and displays the corresponding hexadecimal value as a string.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.