Write a C++ program to add two numbers without using the addition operator

Write a C++ program to add two numbers without using the addition operator.

Input/Output:

Please Enter the First number:

4

Please Enter the second number:

5

Thu sum of two numbers is: 9