Question: c++ please Write a program to perform addition of two hexadecimal numerals each up to 5 digits. If the result of the addition is more

c++ please
Write a program to perform addition of two hexadecimal numerals each up to 5 digits. If the result of the addition is more than 5 digits long, then simply give the output message "Addition Overflow" and not the result of the addition. Use arrays to store hexadecimal numerals as arrays of characters. Include a loop to repeat this calculation for new numbers until the user says they want to end the program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
