Computer Science, asked by sidranaushad52, 5 months ago

write the VB code example for the following variable declaration and assignment
integer
string
double


please help me out​

Answers

Answered by puneetdevman
1

Answer:

explained below

Explanation:

Dim i as Integer

Dim i as String

Dim i as Double  

you can use Implicit or Explicit in view of variable declarations

Also, you can use Variant if you do not know the data type of the variable

Similar questions