...variable to a specific value when you declare it, like this:
```
Dim myVariable As 0d = 1.23
```
You can use the 0d type to perform mathematical operations, such as addition, subtraction, multiplication, and division. You can also use it to compare values and to check for equality.
For...