Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 3 - No. 24)
What is the purpose of using comments in code?
To provide explanations of the code.
To make the code run faster.
To make the code easier to understand for other programmers.
To hide sections of code during debugging.
Explanation
Comments explain the purpose of code sections.
Comments (0)
