Computer Science for IGCSE & O level - Programming (Section 15 - No. 15)
In general, what is the benefit of using meaningful variable names?
Make the program faster.
Improve code readability.
Reduce the number of variables required.
Make the program shorter.
Explanation
Good variable names contribute to code clarity, making it easier to understand the program's functionality.
Comments (0)
