Answer
See the explanation
Work Step by Step
Using constants instead of literals in software helps simplify maintenance by providing a centralized location to manage and update values. If a constant value needs to be changed, you only need to modify it at the declaration point, ensuring consistency throughout the code. This reduces the risk of errors and enhances maintainability, as opposed to scattering literals throughout the codebase, which would require changes at multiple locations.