Thread
:
Decision Making in Visual Basic
View Single Post
faizulhaque
Skilled contributor
4Jun2008,13:45
Any one tell me who two condition is used in if statement
as in Turbo C++ we use
if (statement && statement)
{
statement
else
statement
}
operator are allowed in VB
like NOT, AND, OR