Computer Studies

Write the syntax of IF - THEN in QBASIC

QBASIC: Conditional Statements

13 Likes

Answer

Syntax:

IF <condition is true> THEN <Perform the task> 

Answered By

8 Likes


Related Questions