Constants

Constants are values that cannot be changed once they are defined in a program.
Variables, on the other hand, are values that can be updated or modified during
execution. Constants provide stability and prevent accidental changes, while
variables offer flexibility by allowing data to vary as the program runs.

I am Jahmari ,and I am an IT major.