Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 1 - No. 32)

In pseudocode, what is the purpose of indentation?
To improve the readability
To represent the syntax of the programming language
To make it easier to compile the code
To hide code from programmers

Explanation

Indentation is used for readability and clarity.

Comments (0)

Advertisement