You need to draw this \______/ floating on water to show a floating boat.
Just smile in front of it and say you don't need to smile as iam already doing it given by: dollfy dadhra
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)
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...???
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
draw a line chart.
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.
Get a good picture of a boat, and draw it using that reference.
line (320,240)-(340,240),15 line (310,230)-(320,240),15 line (310,230)-(340,240),15
Bottle
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
by pensil
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?Read more: How_do_you_draw_a_river_cross_section_on_excel
well first you draw the boat with the paper upside down then turn the paper right side up not so hard now is it?
Draw a river with crops growing alongside and have canals branch out into the crops.
You could draw a boat with boxes of tea going over the side.
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)