Computer Science for IGCSE & O level - Programming (Section 16 - No. 14)

In pseudo-code, what is the purpose of the statement `DECLARE`?
To calculate values.
To define the data type of variables.
To initiate loops.
To print output.

Explanation

The declaration statements define the variables and its data type.

Comments (0)

Advertisement