Computer Science, asked by nandita1212, 3 months ago

3. Write an QBASIC program to display the green coloured text on a red
colored background.​

Answers

Answered by mmsurajbabu123
0

                                                 ANSWER BELOW

'This example requires a color graphics adapter.

SCREEN 7

FOR i% = 0 TO 15

 COLOR i%

 PRINT i%

NEXT i%

Similar questions