Computer Studies

Name the three types of logical operators and also mention how they are used in QBASIC.

QBASIC: Character Sets

29 Likes

Answer

Logical OperatorsFormat used in QBASIC
AND(A = B) AND (B = C)
OR(A = B) OR (B = C)
NOTNOT(A = B)

Answered By

16 Likes


Related Questions