Computer Science, asked by varunpal85, 4 months ago

two conditional statement in QBasic are if and​

Answers

Answered by asingh20607
1

To choose between two or more sections of the program to execute, the IF statement can be used. It is also possible to use the WHILE, DO UNTIL and CASE statements. All of these control conditional execution by using a Boolean logic 'test', the result of which is either TRUE or FALSE.

Answered by darkwebsite68
2

Answer:

To choose between two or more sections of the program to execute, the IF statement can be used. It is also possible to use the WHILE, DO UNTIL and CASE statements. All of these control conditional execution by using a Boolean logic 'test', the result of which is either TRUE or FALSE.

Similar questions