(Hex to decimal) Write a recursive function that parses a hex number as a string into a decimal integer. The function header is:
int hexToDecimal(const string& hexString)
Write a test program that prompts the user to enter a hex string and displays its decimal equivalent.
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.