Computer Science for IGCSE & O level - Programming (Section 10 - No. 37)

What does the keyword `DECLARE` signify in the given code examples?
A variable is being defined.
The starting of a loop.
A function is being called.
To display the results.

Explanation

`DECLARE` is for defining a variable.

Comments (0)

Advertisement