Computer Science, asked by arshcheema636, 5 months ago

........ statement is used to declare a variable in visual basic​

Answers

Answered by nikkithanikki02
2

Answer:

The Visual Basic compiler uses the Dim statement to determine the variable's data type and other information, such as what code can access the variable. The following example declares a variable to hold an Integer value. You can specify any data type or the name of an enumeration, structure, class, or interface.

Answered by vikrantrai398
0

Answer:

Dim statement

Explanation:

Because to create a varible we have to declare it so that means dim statement is the answer

Similar questions