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
a triangle then a square :)
Write a program that calculates the area of a triangle in QBASIC
line (320,240)-(340,240),15 line (310,230)-(320,240),15 line (310,230)-(340,240),15
the extensions of qbasic are that, there are only 80 pixels to write in the qbasic
Red is the color of a triangle shaped daymark.
To draw an isosceles triangle in QBasic, you can use the LINE statement to create the triangle's sides. First, define the coordinates for the triangle's vertices. For example, if the top vertex is at (100, 50) and the base vertices are at (50, 150) and (150, 150), you can use the following code: LINE (100, 50)-(50, 150) ' Left side LINE (100, 50)-(150, 150) ' Right side LINE (50, 150)-(150, 150) ' Base This code will draw an isosceles triangle with the specified vertices on the screen.
qbasic is important because its technology
the color was brown
Difference between QBASIC and GWBASIC?
There is no shortcut key of input in qbasic
The different types of operators in QBASIC are:Arithmetic OperatorsRelational OperatorsLogical Operators
Qbasic and Quickbasic are not the same! Qbasic was a free interpreter that Microsoft included with MS-DOS. Although Quickbasic uses similar syntax as quickbasic it allows programs to be compiled.