Answer the following:
B.
What is the purpose of using a variable?
1.
Answers
Answered by
2
Answer:
Variables are needed to run all but the most simple computer programs. As a program runs, it needs to hold information in its memory. This may be a number, the answer to a question or something else. Variables allow us to store, change and access this information as the program runs.
Answered by
1
Explanation:
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.
Similar questions