MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following is the CORRECT command to make a box filled with yellow color in QBASIC? |
| A. | SCREEN 13LINE (60, 10) - (60, 10), 9, BF |
| B. | SCREEN 13LINE (10, 60) - (100, 100), 13, B |
| C. | SCREEN 13LINE (10, 60) - (100, 100), 14, BF |
| D. | SCREEN 13LINE (60, 10) - (10, 60), 4, BF |
| Answer» D. SCREEN 13LINE (60, 10) - (10, 60), 4, BF | |