122k views
2 votes
What is a variable and what do it do

2 Answers

2 votes
A variable is a quantity that may change within the context of a mathematical problem or experiment. Typically, we use a single letter to represent a variable. The letters x, y, and z are common generic symbols used for variables.


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.
User Himanshu Yadav
by
3.9k points
2 votes
varuable, In algebra, a symbol (usually a letter) standing in for an unknown numerical value in an equation :)
User Jaldhi Mehta
by
4.5k points