Respuesta :

Answer:

Step-by-step explanation:

It means that the number is positive or 0. Nothing can be negative. It is just a definition.

y = abs(- 45678)

y = + 45678  

The absolute value direction changes any negative to a plus.

If the number is a plus, it stays that way.

y = abs(45)

y = 45