Computer Science, asked by ishansaha26, 19 days ago

IF statement must accomplish with_______ in QBASIC​

Answers

Answered by BrainlyProgrammer
3

Question:-

  • IF statement must accomplish with ___ in QBASIC

Answer:-

  • THEN

Sample If-elseif-else in QBASIC

IF condition THEN

Statement 1

Statement 2

ENDIF

ELSEIF condition THEN

Statement 1

Statement 2

ENDIF

ELSE

Statement 1

Similar questions