Exam (elaborations)
AQA A-Level Computer Science - Fundamentals of Programming Revision Questions and Answers
- Course
- Institution
Constants They are variable whose values will not be changed by the program. What are the advantages of having constants? - Improves the readability of code - Easier to update the programming code if the value changes - Reduce the likelihood of inconsistency causing errors if multiple places use...
[Show more]