Variables in programming can change values, unlike constants that hold fixed values.
Variables in programming are names that refer to values and can be changed during program execution, unlike constants that hold fixed values. In programming, a variable represents a memory location that can store different values over time.
https://brainly.com/question/33824973