The IF…THEN statement in BASIC programming is?
The correct answer is: D
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.