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