IF statement must accomplish with_______ in QBASIC
Answers
Answered by
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
English,
1 month ago
Computer Science,
1 month ago
Math,
3 months ago
Math,
10 months ago
English,
10 months ago
Computer Science,
10 months ago