Let’s say you have two numbers, called Alpha and Beta. They equal thus:
Alpha = 6
Beta = 2
If I have you subtract Beta from Alpha, the answer would be 4, right? However, what happens if you subtract Alpha from Beta, which is what you are doing in your code?