10
1
Option Strict On
2
Public Module Module1
3
Public Sub Main()
4
Dim addition As Integer = 1 + 2 '3
5
Dim subtraction As Integer = 3 - 4 '-1
6
Dim multiplication As Integer = 5 * 6 '30
7
Dim division As Double = 7 / 8 '0.875
8
Dim exponent As Double = 9 ^ 10 '3486784401
9
End Sub
10
End Module
Cached Result
CoOrds 1: x = 0, y = 0
CoOrds 2: x = 10, y = 10
CoOrds 2: x = 10, y = 10