MCQOPTIONS
Saved Bookmarks
| 1. |
What is the CORRECT code to set the whole background to red and foreground color to yellow? |
| A. | COLOR 6, 14 PRINT "This text is yellow over red" |
| B. | COLOR 14, 4 CLS PRINT "This text is yellow over red" |
| C. | COLOR 4, 14 PRINT "This text is yellow over red" |
| D. | COLOR 0.1, 14 CLS PRINT "This text is yellow over red" |
| Answer» C. COLOR 4, 14 PRINT "This text is yellow over red" | |