Computer Science, asked by opop76, 1 month ago

What are the various logical operators available in Visual Basic?​

Answers

Answered by archanarai68100
0

Answer:

supports four logical operators: And , AndAlso , Or , OrElse , Not , and Xor . These operators also double as bitwise operators.

Answered by mimanshapradhan0610
4

Explanation:

arithmetic operators,

assignment operators,

logical /bitwise operators,

comparison operators,

concatenation operators.

Similar questions