In the preceding procedure, you wrote several coded instructions, which introduced two different programming statements and a method: the Dim statement, an assignment statement, and the Print method. You also added a remark or comment to your code and used the Private keyword.
The Dim Statement
The Dim statement is used to declare variables...