Computer Science, asked by shubhamsingh5, 1 year ago

how can we draw a rectangle explain with an example

Answers

Answered by ShuchiRecites
79
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
Answered by arorariya02291
3

Answer:

the above one is correct

Explanation:

thx

Similar questions