Answer:
Explanation:
Suppose you have given two numbers say (x and y ).
Now we can have 3 conditions here:
i . x and y are equal
ii. x is greater than y
iii . y is greater than x .
For x and y are equal : - Difference between two numbers will be zero.
For x and y greater or lesser :- There will be some difference between two numbers x and y. And if this difference between x and y is 5, then it will look like:
x is greater than y
x - y = 5
or
y is greater than x
y - x = 5