What is a variable in programming?

1.55K views

What is a variable in programming?

In: Other

11 Answers

Anonymous 0 Comments

When software developers write programs we put things in “boxes” – we give the box a name so we know how to find it (or “call” out for it later when we need it) amongst all the other boxes… we can then put what we want into the box and come back to it later and see it again, add something to the box, take something out, empty the box) – the contents can vary so we call it a variable.

You are viewing 1 out of 11 answers, click here to view all answers.