Computer Science, asked by poonamdevigmailcom, 10 months ago

activity
LAB
Activity
Write a program in QBasic to draw
a circle with green color.​

Answers

Answered by AryanAN
1

CLS

SCREEN 12

CIRCLE (100,100),50,2

PAINT(100,100),2

END

Similar questions