command to stop the program in QBASIC
Answers
Answered by
0
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.
please Mark me as brainalist
Similar questions