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.
Write a program that calculates the area of a triangle in QBASIC
a triangle then a square :)
you do this 10 print "0112358132134" use the whole of the thing
Cls input "enter two no.s ",a,b sum=a+b print "sum = ";sum end
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.
Write a program that calculates the area of a triangle in QBASIC
a triangle then a square :)
how to write a program for matrix multiplication in microprocesspr
just full it up when its at the E
you do this 10 print "0112358132134" use the whole of the thing
Yes I can. I did it in QBasic about 15 years ago.
the extensions of qbasic are that, there are only 80 pixels to write in the qbasic
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.
I think it's <>
a*b = exp (ln a + ln b)
To write a program in QBASIC to find the area of a square, you first need to prompt the user to enter the length of one side of the square. You can then calculate the area by squaring the length (multiplying it by itself) and finally display the result. Here's a simple example: INPUT "Enter the length of the side of the square: ", side area = side * side PRINT "The area of the square is: "; area
Write a program to convert a 2-digit BCD number into hexadecimal