answersLogoWhite

0

What else can I help you with?

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 do you draw pictures in q-basic?

In QBasic, you can draw pictures using the built-in graphics commands. First, you need to initialize the graphics mode with the SCREEN command, such as SCREEN 12 for a 640x480 resolution with 256 colors. You can then use commands like LINE, CIRCLE, and PSET to draw shapes and points on the screen. Finally, use GET and PUT commands to manipulate images or sprites as needed.


What are the commands to draw a castle in MSW logo?

To draw a castle in MSW Logo, you can use a combination of basic shapes and commands. For example, you might use the following commands: REPEAT 4 [FORWARD 100 RIGHT 90] ; Draw the base square FORWARD 100 ; Move to the top of the square REPEAT 4 [FORWARD 50 RIGHT 90] ; Draw the top square (tower) You can further customize the castle by adding more towers and details with additional commands. Adjust the dimensions and repetitions to create your desired castle design.


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

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


Write logo commands to draw the rectangle figure?

write the logo commands to draw the triangle


How do you draw a triangle using logo commands using three lines?

fd 60 rt 120 fd 60 rt 120 fd 60 rt 120 will cause the turtle to draw a triangle. The square brackets indicate that the enclosed commands are to be executed three times, repeat 3 [fd 60 rt 120] Search Google with: "logo commands triangle" and have a look through the websites on the subject.


Write logo commands to draw the square figure?

fd 50 rt 90 fd 50 rt 90 fd 50 rt 90 fd 50


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 the net of a square based pyramid?

you draw a square with equilateral triangles on each side.


How do you draw a decimal square?

Draw a square with sides of 20.87 ft.


How do you draw a square with the area of 1meter square?

draw a square with sides that are 1 metre long.


Is it possible to draw a rectangle that is not a square?

it is possible to draw a square that is a rectangle?