If a and b are two integers such that a is the predecessor of b, then find the value of a-b.
Given that,
a is the predecessor of b,
⇒a=b-1
hence, the value of a-b,
⇒b-1-b⇒-1
Hence, -1 is the required value.
If aandb are two negative integers such that a>b,then a-bis always ___________________