Computer Science, asked by sukhman2469, 2 months ago

name the statements that declares variable by assigning them a name and a data type
in visual basic​

Answers

Answered by deepalmsableyahoocom
4

Answer:

To create a new variable

  1. Declare the variable in a Dim statement. ...
  2. Include specifications for the variable's characteristics, such as Private, Static, Shadows, or WithEvents. ...
  3. Follow the specifications with the variable's name, which must follow Visual Basic rules and conventions.
Similar questions