120k views
5 votes
What is the definition of a variable in programming

User Irobotxx
by
4.7k points

1 Answer

5 votes

Answer:

In programming, a variable is a value that can change, depending on conditions or on information passed to the program. ... Usually, both constants and variables are defined as certain data type s.

User Michael K Madison
by
4.0k points