Difference between QBASIC and GWBASIC?
The advantage of qbasic is that it is easy to learn, to start out,then one can move on to more complex, or advanced languages.
In order to Download Qbasic you may do one, both or none of these two things: 1.) Go to "http://www.softpedia.com/get/Programming/Coding-languages-Compilers/Qbasic.shtml" and click download or 2.) use "Google.com" with the keywords Qbasic free download to find another website with a free qbasic downlaod.
QBASIC free downlaods are from cnet.com or softepedia.com.Hope this is helpful to you..... if u want anything else just mail it to rockmayur@live.com..
Its not gay
You need to draw this \______/ floating on water to show a floating boat.
Draw around a protractor :)
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.
use an arc tool
With an arc of 144 degrees
the extensions of qbasic are that, there are only 80 pixels to write in the qbasic
First draw a horizontal straight line a b Put compass point on a (open compass approximately half the length of line a b - note: ensure the compass is not altered throughout the following). Draw an arc that cuts line a b at c. Put compass point on c and draw an arc from a to cut the first arc at d. Draw a straight line through a d to form a 60 degree angle. For a 120 degree angle, put compass point on dand draw an arc from a to cut the first arc at e. Draw a straight line from a through e to give a second angle of 60 degrees: 60 + 60 = 120 degrees.
line (320,240)-(340,240),15 line (310,230)-(320,240),15 line (310,230)-(340,240),15
both are derived from latin word arcus means bow arch is a structure in the shape of arc arc is the imaginary shape you can draw
draw an arc 7/10 of the diameter after you draw a circle
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
An arc is a portion of a circle. The default method for drawing arcs is to specify three points-the start point, a second point, and the endpoint. You can draw an arc using several different methods.