InterviewSolution
Saved Bookmarks
| 1. |
What is the shortcut to run a program in qbasic |
|
Answer» Alternative) Hit the S key (or just hit Enter) to run the program. The menu SHOWS SHORTCUTS to do the same THING, Shift+F5 or just F5 alone. The program runs: Since the program was run once before, the first output (the first "Hello") remains on the SCREEN. |
|