Computer Science for IGCSE & O level - Programming (Section 16 - No. 6)
What is the purpose of the constant declaration in the given examples?
To make the values changeable.
To make the values unchangeable.
To create the loop.
To initialize the value of a variable.
Explanation
Constants hold unchangeable values throughout the program.
Comments (0)
