Computer Science for IGCSE & O level - Programming (Section 1 - No. 13)

When writing pseudocode, which action should you avoid to improve code readability?
Using meaningful variable names.
Writing comments to explain complex sections.
Making sure the code is well-formatted and indented.
Using unnecessarily complex or ambiguous logic.

Explanation

Simplicity aids understanding and debugging.

Comments (0)

Advertisement