Is there is any way to substract two numbers without using if else and return always positive right result. ex : 5-10 = -5 but we have to do 10 - 5 without using if else an