what are the different types of conditional statements used in QBASIC programming?
Answers
Answered by
1
Answer:
the types of conditional statements in q basic are
Explanation:
for next
while wend
do while
Answered by
1
IF - THEN with ELSE statement: This statement performs either of the two specified tasks based on a given condition whether it is 'true' or 'false'. IF - ELSEIF statement: This statement allows us to check a secondary condition if the first condition is 'False'.
Pls Mark Me The Brainliest.
Similar questions