BASIC OPERATORS Visual Basic also provides operators for
mathematical, comparison and logical calculation. In general, the program evaluates mathematical expressions in the following order: From left to right Follows the rules of precedence from basic math
Here is the list, from highest precedence to lowest:
Exponentiation (^) Multiplication and division (*, /) Integer Division (\) Modulus (Mod) Addition and subtraction (+, -)