Computer Studies

Write the syntax of IF - THEN - ELSE in QBASIC

QBASIC: Conditional Statements

10 Likes

Answer

Syntax:

IF <condition is true> THEN <Task> ELSE <Another task>

Answered By

6 Likes


Related Questions