Which statement is used to declare a variable in VB? Give an example of a switch statement?
Answers
Answered by
1
Answer:
The Dimstatement is used for variable declaration and storage allocation for one or more variables. The Dim statement is used at module, class, structure, procedure or block level. Syntax for variable declaration in VB.
Answered by
0
Answer:
You declare a variable to specify its name and characteristics. The declaration statement for variables is the Dim Statement
Similar questions