Computer Science, asked by mswati189, 3 months ago

Write a program in QBasic to draw a circle of radius 40 pixels​

Answers

Answered by nishitkondhia
0

Answer:

The circle that QBasic draws is a like that you could draw with a compass on paper--(centerX,centerY) says where to put the compass point, and Radius says how big the circle is. There are 640 columns across, so the middle of the screen for X is 320. There are 480 rows down, so the middle of the screen for Y is 240.

Similar questions