NCCIVICU
Write a program in QBasic to draw
a circle with green color.
Write a
a square
Answers
Answered by
13
Program to draw a circle with green color
CLS
SCREEN 12
CIRCLE (100,100),50,2
PAINT(100,100),2
END
Answered by
4
cls
screen 13
line[100,400]-[400-100],2
repeat this line but,[100-400]
repeat this line
repeat this line but,[400-400]
end
THANKS
Similar questions