WAEC - Computer Studies (2019 - No. 24)

The IF...THEN statement in BASIC programming is? 
a transfer of control. 
 used to redirect a statement. 
used to eliminate the need for prompting each INPUT statement. 
 a conditional branch statement.

Explanation

The IF...THEN statement in BASIC programming is a conditional branch statement. It allows the program to execute a certain section of code only if a particular test condition is true. If the condition is false, the program skips the section of code.

Comments (0)

Advertisement