PRINT -25 - 4
The first minus sign means "negative number" and is moved right up against the 25. The second minus sign means "subtract" and is separated by spaces on either side.
The above statement subtracts 4 from a negative 25. This results in -29.
What will the following program print on the monitor?
PRINT -16 + 4 END