answersLogoWhite

0

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

User Avatar

Wiki User

11y ago

What else can I help you with?

Continue Learning about Engineering

How to draw 3-d pictures in qbasic?

Just smile in front of it and say you don't need to smile as iam already doing it given by: dollfy dadhra


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 open a Qbasic file?

QBASIC GRAPHICS There any many different things you can draw in QBASIC; ranging from... -dots -lines -rectangles -circles -shapes empty/or, filled in(painted) -you can even do LOGO style programming to draw graphics with; by joining up connected lines -animations are possible, too ==== QBASIC BUILT-IN HELP FILE + CODE EXAMPLES In order to view the QBASIC built-in Help file...; first, load the QBASIC program itself...; and, then, do a combination key press of: [SHIFT] + [F1] Use the built-in QBASIC Help file to learn more about how to use these 'graphic related' commands, and, more...! The QBASIC Help file also contains plenty of 'example codes'; which you can just use 'copy & paste'; then, RUN...to see what the output effect will be...???


How do you draw a robot?

for the head draw a square then the neck draw a ting rectangle ,for the body draw a sqare or a rectangle it depends what robot you want to draw,for the legs draw a small skinney rectangle and ll the rectangles i said be for are going up and down so last the feet are laying on the ground and are a rectangle


C program to Draw a line chart?

draw a line chart.

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.


What should you do to draw a boat?

Get a good picture of a boat, and draw it using that reference.


How to draw equilateral triangle in qbasic?

line (320,240)-(340,240),15 line (310,230)-(320,240),15 line (310,230)-(340,240),15


How do you draw a flow diagram to demonstrate floating and sinking?

Bottle


How do you draw rectangle in Qbasic?

with line statement, we can also draw boxes. SCREEN 7 COLOUR 5, 15 CLS LINE(60,60)-(130,100),6,B the letter B indicates the box option


How do you draw a old wooden boat?

by pensil


How to draw 3-d pictures in qbasic?

Just smile in front of it and say you don't need to smile as iam already doing it given by: dollfy dadhra


How do you draw a river cross section on Excel?

How do you draw a river cross section on excel?Read more: How_do_you_draw_a_river_cross_section_on_excel


How do you draw an upside down boat?

well first you draw the boat with the paper upside down then turn the paper right side up not so hard now is it?


What picture can you draw of the nile river showing a irrigation system?

Draw a river with crops growing alongside and have canals branch out into the crops.


What could you draw for the Boston Tea Party?

You could draw a boat with boxes of tea going over the side.


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)