answersLogoWhite

0

How to sort the sum of numbers in qbasic?

Updated: 9/27/2023
User Avatar

ODEHYIEBA RONY

Lvl 1
4y ago

Best Answer

You use the relevant formula.

User Avatar

Connie Ferry

Lvl 10
4y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How to sort the sum of numbers in qbasic?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you add numbers in qbasic?

-- Think of a name for the sum, like 'S'.-- Tell qbasic what 'S' is the sum of.S = 41 + 61 + 2 + 84 + 136-- If you want to see it on the screen, thenPRINT Sand the sum pops up. It looks like this on the screen:324


Do you need statement numbers in QBASIC?

Statement numbers were a feature of BASIC, and while QBASIC supports them, they are by no means necessary.


Write the program in qbasic and add two numbers?

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


To print even nobetween 10 and 100 on qbasic command?

You need a code that can run to print even numbers between 10 and 100 using the qbasic command.


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

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


What does it mean answer to a sum?

To add the numbers together is the sum!!!! to add the numbers together is the sum!!!!


What is a sum in numbers?

Sum means to add numbers together.


Does product and sum mean the same?

No - the product of numbers is the answer to a multiplication sum, while the sum of numbers is the answer to an addition sum.


What are the sum of two numbers if the sum of two consecutive even numbers is 26?

The sum of the numbers is 26. The numbers are 12 and 14.


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

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


From zero to 16 is all the odd numbers the sum of even numbers?

If this question means "in the interval 0 to 16 inclusive, is the sum of the odd numbers the same as the sum of the even numbers ?" then the answer is no. The sum of the even numbers is eight more than the sum of the odd ones.


Is sum of odd numbers always even?

The sum of two odd numbers is always even; the sum of three odd numbers is always odd; the sum of four odd numbers is always even; the sum of five odd numbers is always odd; etc