Relax

Respuesta :

Answer:

Constants are useful for defining values that are used many times within a function or program.  

By using constants, programmers can modify multiple instances of a value at one time. For example, changing the value assigned to max in the example above will modify the value wherever max is referenced.