Write qbasic program for draw of rectangle
Answers
Answered by
4
SCREEN 7
COLOR 5,15
CLS
PRINT "This is a rectangle"
LINE (60,60)-(130,100),6,BF
COLOR 5,15
CLS
PRINT "This is a rectangle"
LINE (60,60)-(130,100),6,BF
Similar questions