Computer Science, asked by sakshamdearbro, 3 months ago

command to stop the program in QBASIC​

Answers

Answered by KannanYuvaraj
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