constant in java refers to _____ values that do not change during the _____of the program
Answers
Answered by
3
A constant is a data item whose value cannot change during the program's execution. Thus, as its name implies – the value is constant. A variable is a data item whose value can change during the program's execution.
Similar questions