answersLogoWhite

0

======

FOR tablesNo%=1 TO 12

CLS

PRINT "PROGRAM: "; tablesNo%; "X Tables:-"

PRINT

FOR timesNo%=1 TO 12

PRINT timesNo%; " X "; tablesNo%; " = "; timesNo%*tablesNo%

NEXT

PRINT

PRINT "Press [SPACEBAR] key to continue..."

SLEEP

NEXT

END

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

How do you find the product of five numbers in Qbasic?

Most computer languages use the asterisk, "*", for multiplication.


How do you write not equal to sign in qbasic?

Well, in QBasic, to write the "not equal to" sign, you can use the "<>" symbol. It's like two friends standing side by side, but not quite holding hands - they're similar, but not exactly the same. Just remember, in the world of QBasic, this symbol will help you show when things are not equal.


Symbol that specify addition substraction multiplication?

+ addition - subtraction* multiplication


What is multiplication's math symbol?

x


What is the math symbol of multiplication?

x


Who invented multiplication sign?

The × symbol for multiplication was introduced by William Oughtred in 1631.


How do you multiply two numbers in Qbasic?

In different versions of Basic, as well as in just about any programming language, the asterisk is used for multiplication. Thus:result = factor1 * factor2or:print factor1 * factor2(Or do the multiplication anywhere else where an expression can be used.)


What does an asterisk symbol stand for in math?

multiplication


The multiplication operator is represented in Java by what symbol?

In Java, the multiplication operator is represented by the asterisk, "*". This was not invented by Java; most programming languages, as well as programs such as Excel, use the same symbol.


What is the abbreviation for multiplication?

The mathemtical symbol for multiplication is 'X'. e.g. 3 X 4 = 12


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


Why is the multiplication operator represented by symbol?

In Java, the multiplication operator is represented by the asterisk, "*". This was not invented by Java; most programming languages, as well as programs such as Excel, use the same symbol.