September Morn Update
This commit is contained in:
parent
4e2d22a71d
commit
aac6731f2c
6856 changed files with 141342 additions and 21127 deletions
6
Task/Variables/Visual-Basic-.NET/variables-4.visual
Normal file
6
Task/Variables/Visual-Basic-.NET/variables-4.visual
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
Dim wholeNumber1,wholeNumber2 as Integer = 3
|
||||
Dim realNumber as Double = 3.0
|
||||
Dim isRaining as Boolean = False
|
||||
Dim greeting as String = "Hello, this is World speaking."
|
||||
Dim longArray() As Long = {0, 1, 2, 3}
|
||||
Dim twoDimensions(,) As Integer = {{0, 1, 2}, {10, 11, 12}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue