A. Fill in the blanks:
______statement is used to declare a variable in Visual Basic.
Answers
Answered by
0
Answer:
I hope it will help you
please follow me
please thank me
mark as brainliests
Attachments:
Answered by
3
Dim statement is used to declare a variable in Visual Basic.
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.
Dim numberOfStudents As Integer
Similar questions