Computer Science, asked by NeerjaGarg, 1 month ago

. In Visual Basic which operator is used to check both the conditions in a given statement must be true.
it is urgent tell
I will mark you as brainliest ​

Answers

Answered by Oreki
4

\textsf{In Visual Basic the \textbf{And} operator is used to check both the conditions in a given}\\\textsf{statement are \textit{true}.}

    \textsf{\textbf{For example -} }\\\texttt{\hspace{2em} If number != 10 \textit{And} number != 100 Then}\\\texttt{\hspace{4em}  ...}\\\texttt{\hspace{2em}  End If}

Similar questions