answersLogoWhite

0


Best Answer

This is a homework assignment. write homework assignments for you because you need to do this yourself or you will not learn the skills that the assignment is trying to teach you.

However if, while trying to do your assignment, you find a specific problem that you need help with, WikiAnswers will help you with these specific questions (e.g is this 'xxxxx' qbasic statement correct).

====

Both the above examples can be adjusted to print out the 15 x tables/or else, the 15 times tables square.

HINT:

A> In the first case the user types in the number 15; then, presses Enter.

B> In the 2nd case you simply change both tablesNo%=/timesNo%= to say 15 instead of 12.

User Avatar

Wiki User

8y ago
This answer is:
User Avatar
More answers
User Avatar

ARVIND MISHRA

Lvl 2
4y ago

Can you help me in this

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Write a program in qbasic to print the multiplication table of an input number?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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


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

a triangle then a square :)


2x2 matrix multiplication program in 8085 processor?

how to write a program for matrix multiplication in microprocesspr


Write a program that will calculate the number of kilometers traveled by a car per liter of fuel used by a car using qbasic?

just full it up when its at the E


How do you write a Qbasic program to display these Numbers-0112358132134?

you do this 10 print "0112358132134" use the whole of the thing


Can you write a program that implements cramers rule for 2x2 and 3x3 matrix?

Yes I can. I did it in QBasic about 15 years ago.


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


How to write repeated multiplication of a factor by using an exponent?

To write repeated multiplication in an exponential notation, you should write the number that has to be multiplied as the base. Count the number of times that the number is used.


How to write 'not equal to' in qbasic?

I think it's <>


How you write multiplication program without asterisk symbol?

a*b = exp (ln a + ln b)


Write a program to convert a 2 digit BCD number into hexadecimal number?

Write a program to convert a 2-digit BCD number into hexadecimal


Write the program in qbasic and add two numbers?

Cls input "enter two no.s ",a,b sum=a+b print "sum = ";sum end