What is a 'Variable' in simple terms?

Asked by emeka_nwankwo · 3 months ago

1 Answer

45
amorebise · 3 months ago Top Answer

A variable is like a plastic container in your kitchen. You can put sugar inside and label it 'Sugar'. Later, you can pour out the sugar and put salt. In coding, a variable is just a name we give to a piece of data so we can find it later.

Log in to add a comment.