what is a variable? what is the purpose of a variable?
Answers
Answered by
6
Variables are used to store information to be referenced and manipulated in a computer program. They also provide a way of labeling data with a descriptive name, so our programs can be understood more clearly by the reader and ourselves. It is helpful to think of variables as containers that hold information.
Answered by
3
Answer:
Variable are used to store information to be reference and manipulated in a computer program. They also provide a way of labeling with a descriptive name, so our programs can be understood clearly by the reader and ourselves. It is helpful to think of variables as containers that hold information.
Similar questions