Computer Science, asked by RajanSharma123, 4 months ago

How to draw a box in Qbasic ? Using line command .

Answers

Answered by Anonymous
0

Answer:

For rectangle: This program is used for draw boxes with Line segment. The letter B indicates the box option.In this statement,the coordinates (60,60) and (130,100) are the opposite corners of the rectangle. To fill the box with the desired colour shade,add BF(box fill) option

Similar questions