----- is implemented by IF construct in QBASIC.
Answers
Answered by
5
The IF statement always asks a question (usually about the number in a variable.) If the answer is TRUE the true branch is executed. If the answer if FALSE the true branch is skipped. In both cases, execution continues with the statement after the END IF .
Answered by
1
Explanation:
The IF statement always asks a question (usually about the number in a variable.)
If the answer is TRUE the true branch is executed.
If the answer if FALSE the true branch is skipped.
In both cases, execution continues with the statement after the END IF.
Similar questions