Answer:

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.

More about Negative Numbers

The above statement subtracts 4 from a negative 25. This results in -29.

QUESTION 20:

What will the following program print on the monitor?

PRINT -16 + 4
END