Computer Science, asked by sapna744380, 4 months ago

What is the logical state of the QBASIC Condition NOT ((7>=5)And(3<>8))

Answers

Answered by jayanid78
1

Answer:

QBASIC, also supports logical operators to perform logical operation on numerical values. Logical operators are used to connect two or more relations and return a TRUE or FALSE value to be used in a decision.

Some Basic useful commands on QBasic:

PRINT: This command prints the statement or data written after it. ...

INPUT: INPUT command is used to take inputs/data from the user. ...

CLS: CLS stands for Clear Screen and is used to clear the screen if some previous results/outputs are present on the screen.

Similar questions