what is the importance of variable in small basic?
Answers
Answered by
3
Answer:
Variable contains number or string. Constant number or string (literal) cannot be changed. But variable can be changed. So important point is that you can generalize your code by using variable
Answered by
1
- A variable temporarily stores a value that your program can use later.
- If you run a program again but assign a different value to the variable, the new value in the variable replaces the old value.
#
Similar questions