RosettaCodeData/Task/Variables/Visual-Basic-.NET/variables.visual

5 lines
153 B
Text
Raw Normal View History

2018-06-22 20:57:24 +00:00
Dim wholeNumber as Integer = 3
Dim realNumber as Double = 3.0
Dim isRaining as Boolean = False
Dim greeting as String = "Hello, this is World speaking."