VB.Net

VB.Net Statements

VB.Net Statements

In the Visual Basic program, a statement is a complete set of instructions. Keywords, operators, variables, literal values, constants, and expressions are all possible.

Statements could be classified as

  • Declaration statements are the statements in which you name a variable, constant, or function and indicate its data type.
  • Executable statements are the statements that start activities. These statements can be used to invoke a method or function, to loop or branch over code blocks, or to give values or expressions to variables or constants. In the latter situation, it is referred to as an Assignment statement.

Statements of Declaration

Procedures, properties, variables, arrays, and constants are named and defined using the declaration statements. When you declare it, you can specify the data type, access level, and scope of a programming element.

Variables, constants, classes, enumerations, structures, interfaces, modules, procedures, procedure parameters, external procedure references, function returns, properties, operators, events, and delegates are all programming elements that can be declared.

Following are the declaration statements in VB.Net −

Top course recommendations for you

    Python Basic Programs
    2 hrs
    Beginner
    33.2K+ Learners
    4.51  (1381)
    Ecommerce Website with HTML & CSS
    3 hrs
    Intermediate
    21.4K+ Learners
    4.57  (625)
    Oracle SQL
    4 hrs
    Beginner
    30.1K+ Learners
    4.58  (1355)
    Java Basic Programs
    2 hrs
    Beginner
    31.8K+ Learners
    4.48  (812)
    Excel Tips and Tricks
    1 hrs
    Beginner
    58.7K+ Learners
    4.62  (2931)
    Factorial Program in Python
    1 hrs
    Beginner
    2.7K+ Learners
    4.64  (76)
    Palindrome Program in C
    1 hrs
    Beginner
    2.8K+ Learners
    4.38  (106)
    PHP for Beginners
    2 hrs
    Beginner
    37.6K+ Learners
    4.54  (2192)
    Inferential Statistics
    1 hrs
    Beginner
    3.3K+ Learners
    4.63  (57)
    Catia Basics
    2 hrs
    Beginner
    14.5K+ Learners
    4.52  (969)