A statement is a complete instruction.
It can contain keywords, operators, variables, literals, expressions and constants.
Each statement in Visual Basic should be either a declaration statement or a executable statement.
A declaration statement is a statement that can create a variable, constant, data type. They are the one's we generally use to declare our variables.
On the other hand, executable statements are the statements that perform an action. They execute a series of statements. They can execute a function, method, loop, etc.
-

No comments:
Post a Comment