Computer Science, asked by swetapoonam276, 9 hours ago

constant in java refers to _____ values that do not change during the _____of the program

Answers

Answered by SwagRiya23
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