A good answer might be:
|
Unary MinusIf you look in the table of operators you will see that the character "-" is listed twice, as is the character "+". The unary minus and unary plus operators are used to show a negative or a positive number. For example: +97.34 means "positive ninety seven point thirty four." The following: -83 means "negative eighty three." These unary operators have high precidence. Addition and subtraction use the same symbols but have low precidence. For example: -12 + 3 means add 3 to negative 12 (resulting in -9). |
QUESTION 17:What is the value of the following expression? Click Here after you have answered the question+24 + 3 * -4 |