5. Provide yourself an example (not one from your instructor) of how you use a particular command that
will help jog your memory in the future when you need that command again. You must provide a little
code as well as a written explanation with this one.
Dim intPerimeter As Integer
This command is used to declare an integer variable named intPerimeter. Today, I used this command to declare variables which were used to store data, in order to perform operations on them later on and display the result.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment