The negation of a given number is?

The negation of a given number is?

Explanation
  • The negation of a given number is a unary operation, as it takes only one operand (the number itself) and returns its negative value.
  • Unary operations are operations that take only one argument or input, unlike binary operations, which take two arguments or inputs.
  • In this case, the negation operation (-) takes a single number as input and returns its negative value, making it a unary operation.