answersLogoWhite

0

You use the relevant formula.

User Avatar

Connie Ferry

Lvl 10
5y ago

What else can I help you with?

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.


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

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


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.


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 do you find the sum of five numbers if the average of the five numbers is 790.6?

The average of a group of numbers is equal to the sum of the numbers divided by the number of numbers. If you want to find the sum of the five numbers, just multiply 790.6 by 5 to get the sum, which is 3953


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.