Computer Science, asked by varshachaturvedi505, 1 month ago

----- is implemented by IF construct in QBASIC.​

Answers

Answered by niharikagurjar2005
5

 Answer

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 NagapavanYarramsetti
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