Chapter 7

Visual Basic .NET Programming Language — III

After reading this chapter you will be able to use the logical operators, to combine logical operators with comparison operators, to understand the use of check-box control, iteration statements, Do While Loop, Do Loop While, Do Until Loop, Do Loop Until, For Next, exiting the loop, nesting of the loops, the use of arrays, the one-dimensional arrays, and the multi-dimensional arrays.

7.1 LOGICAL OPERATORS

Visual Basic .NET is equipped with the four logical operators listed in Table 7.1, namely: Not, And, Or, and Xor. The operators Imp and Eqv were supported in Visual Basic 6, but not in Visual Basic .NET. Also, two more operators have been introduced in Visual Basic .NET, namely: AndAlso ...

Get Visual Basic .NET now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.