Poll Results
No votes. Be the first one to vote.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The statement provided is actually incorrect as phrased. Constants are values that do not change during the execution of a program. Once a constant is defined, its value cannot be altered by the program. Constants are used in programming to provide meaningful names and to facilitate code readability and maintenance. For instance, in a program calculating the area of circles, you might define a constant for the value of pi (π), because this value does not change.
A. of a program