Which is the default mode of writing command in Qbasic ?
Which command is used to switch between the screen in Qbasic?
Colour command in q basic can be used to change change both the _____________ and ______________ colour of the screen.
____________are the intersecting point of imaginary vertical and horizontal line in the Qbasic screen.
Write a program to draw a line in Qbasic in red colour.
Answers
Answered by
0
Answer:
The COLOR command is used to set the Foreground and the Background color of text. The syntax is
COLOR foreground, background
Similar questions