Computer Science, asked by deepandas48, 21 days ago

Which statement is used to declare a variable in VB? Give an example of a switch statement?

Answers

Answered by chandrubt
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 savitanegi0705
0

Answer:

You declare a variable to specify its name and characteristics. The declaration statement for variables is the Dim Statement

Similar questions