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

What is a 'variable' used for in a program?
To represent a constant value.
To store data that can change.
To define the structure of a program.
To perform calculations automatically.

Explanation

Variables store data that may change during execution.

Comments (0)

Advertisement