Write a function to add two numbers without using the + operator?
Login to Submit
Input: 1 2 Output: 3 You must not use + operator to get the result.