Write a C++ program which when two integers x and y are input will output the absolute difference of the two integers. That is whichever one of (x-y) or (y-x) is positive. Think