Computer Science, asked by ShreyaShreshtha, 1 year ago

how can ww draw a rectangle? explain with example

Answers

Answered by shubham1640
1
If you are talking about QBasic then
SCREEN 7
COLOR 5,15
CLS
PRINT "This is a rectangle"
LINE (60,60)-(130,100),6,BF
Similar questions