1.

IF statement must accomplish with_______ in QBASIC​

Answer»

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



Discussion

No Comment Found