Write a function to find the difference of two numbers without using - operator?
Login to Submit
Input: 10 2 Output: 8 You must not use - operator to obtain the result.