A variable is a symbol that represents a number you don't know yet. You use letters like , , or to stand in for values.
For example, if you have , the variable represents some number that makes this equation true. Your job is to find what equals.
In programming, variables are everywhere. Array length , loop counter , time complexity . Algebra teaches you how to work with these symbols before you know their values.