Explain Exit command in QBASIC.
Answers
Answered by
0
Explanation:
EXIT statements normally use an IF... THEN statement to evaluate a program condition that would require the EXIT. for some simplistically designed BASIC programs, the only method to exit is Control-C or Control-Break.To exit a program and allow the last program screen to be displayed with the message Press any key to continueuse END. To exit the program
Answered by
2
Answer:
EXIT statements normally use an IF... THEN statement to evaluate a program condition that would require the EXIT. To exit a program and allow the last program screen to be displayed with the message "Press any key to continue...", use END. To exit the program immediately, use SYSTEM.
Explanation:
please mark as brainliest and drop some thanks
Similar questions
Social Sciences,
2 days ago
Physics,
2 days ago
Math,
2 days ago
Math,
8 months ago
English,
8 months ago