Computer Science, asked by hchcs57, 1 year ago

What are Variable in VB

Answers

Answered by Brainly9b78
3
\huge{\mathfrak{Variable}}

Variable refers to a memory location used to store data temporarily. It has a unique name used to identify it in the program. Every variable has an associated data types such as string, integers, etc.
Answered by Anonymous
0
The Dim statement is used for variable declaration and storage allocation for one or more variables. 
Similar questions