IT - Control Structures
IT - Control Structures
Control structures
1
12/5/2020
If <condition> Then
statement
End If
2
12/5/2020
3
12/5/2020
• Method 1
4
12/5/2020
Method 2
5
12/5/2020
Example
Dim number As Integer = 8