UNARY MINUS –

This operator returns the negative of the numeric expression to the right of it. For example, -X takes the negative of the value of the X variable. It uses the same symbol as the subtraction operator but does not have an argument before it.