Why variables are important in programming? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Why variables are important in programming?

5th Nov 2020, 11:35 AM
Joyce
Joyce - avatar
4 Answers
+ 7
Variables play an important role in computer programming because they enable programmers to write flexible programs. Rather than entering data directly into a program, a programmer can use variables to represent the data. ... The opposite of a variable is a constant. Constants are values that never change.
5th Nov 2020, 11:36 AM
Matthew
Matthew - avatar
+ 5
cause they are used to assign data
6th Nov 2020, 7:24 PM
Developer Ratul
Developer Ratul - avatar
+ 4
Variables are the store of your data without it u can't use your data in your program or u can't built a code for solve any problem
5th Nov 2020, 11:38 AM
Muhammad Galhoum
Muhammad Galhoum - avatar
5th Nov 2020, 11:37 AM
Sâñtôsh
Sâñtôsh - avatar