answersLogoWhite

0

What else can I help you with?

Related Questions

Write a program in qbasic to make a hut using print statemant?

a triangle then a square :)


How do you write a qbasic program to find area and circumerence of a circle?

Write a program that calculates the area of a triangle in QBASIC


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


What extension would a file saved in Qbasic have?

the extensions of qbasic are that, there are only 80 pixels to write in the qbasic


What color is a triangle shaped daymark?

Red is the color of a triangle shaped daymark.


How do you draw a isoceles triangle in qbasic?

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.


Why are rem statements important in qbasic programming?

qbasic is important because its technology


What was the color of the Triangle Shirtwaist Factory?

the color was brown


What are the difference between gwbasic and qbasic?

Difference between QBASIC and GWBASIC?


What is the shortcut key for input statement in QBasic?

There is no shortcut key of input in qbasic


What are the different types of operators in QBASIC?

The different types of operators in QBASIC are:Arithmetic OperatorsRelational OperatorsLogical Operators


Why is QBasic called QuickBasic?

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.