Computer Science, asked by pradeepkumar905071, 10 hours ago

G. How to draw a circle in QBASIC?​

Answers

Answered by lalpanjwani3
2

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.

Answered by Reeshant
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.

Explanation:

Similar questions