answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: How do you draw circle in qbasic?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How draw solar system in qbasic?

In QBASIC, you can draw basic shapes using the LINE and CIRCLE commands. To draw a simple representation of the solar system, you would need to create circles representing the sun and planets, then use the LINE command to draw lines connecting the planets to the sun in their respective orbits. You can also add text labels for each planet to make it more informative. Remember, QBASIC is a basic programming language, so the graphics may be limited in detail.


How you draw a circle in qbasic?

You need the screen coordinates of the end-points. That's another whole topic.Say the end-points are (A,B) and (C,D).To draw a solid line connecting these points:LINE (A,B) - (C,D)


How do you draw a boat floating in river at qbasic?

You need to draw this \______/ floating on water to show a floating boat.


How do you draw a lollipop?

draw a straight line then draw a circle on that line at the top then draw a swirl in the circle


How do you draw a tutu?

You make a circle then put a circle in it, then draw lines


How do you draw a panda?

Draw a big circle for the body.Draw a smaller circle on top of that circle to be the head. Draw three little circles inside the top circle to be the eyes and nose. Draw two little circles on top of the top circle for the ears. Draw four cylinders off the large circle for the legs.


How do you draw a Hampie?

Draw a circle. Draw an oval under the circle. Draw two eyes on the circle. Now, draw a camel hump in the middle of the circle connected to two lines reaching to each side of the circle. On the top of the circle draw this: VVV. On the oval draw two of these: U. Then, draw three lines in each U. Next, draw two of the U shapes on the bottom of the oval. Finally, draw three lines inside of the U shapes, and you have a Hampie!


How do you draw a portal?

draw a circle then draw a bunch of squiggly lines in it if you're really fancy, draw another circle within that circle and outside of it boom that's your portal


What does it mean to circle a circle?

You draw a circle around a circle.


What do people mean by encircle the prime number?

It means "draw a circle around the prime number"!It means "draw a circle around the prime number"!It means "draw a circle around the prime number"!It means "draw a circle around the prime number"!


How do you draw a submersible?

draw a circle and the n draw a tail


How do you write a qbasic program to find area and circumerence of a circle?

Write a program that calculates the area of a triangle in QBASIC