Programming Concepts

Identify the correct definition of Constant.

Correct answer

A. A named value in a program that cannot be changed once it has been assigned.

Explanation

Constant refers to a named value in a program that cannot be changed once it has been assigned.