Questions & Answers for: sum 1 2 Computers & Internet

read n & m, display the sum of all the even and odd numbers between n to m. sample output enter 1st no:3 enter 2nd no: sum of even nos:10 sum of odd nos:12 #include int main() { int n1, n2, i; int sum

Ad

Question about AccRepair DS2 2004 for Fr (1256549SF)

1 Answer

...a row of asterisks based on the inputted number. 2.Write a Visual Basic program that finds the sum of the series. 1+1/2+1/3+1/4+.........1/100 3.Write a Visual Basic program that finds the sum

Ad

Question about Office Professional 2007 Full Version for PC

1 Answer

show the sum of the cells that matches with a given output suppose i have an amount that may be the sum of different cells in a column .I want to find out which cells sum up to the amount given If the

Question about Office Professional 2007 Full Version for PC

1 Answer

sum function how to use sum function and formulas Write down the number in cells for Example: A1 (59) Without Brackets A2 (50) A3 (80) A5 ? ANY Number A6 ? ANY Number A7 ? ANY Number A8 =SUM(A1:A7) ...

Question about JavaScript Source Code 3000 Pro (gar448) for PC

1 Answer

a Program using an array that culculates the sum and average of the five input values? Hi, I am writing in C code here #include #include void main() {int a[5],i,sum=0; float avg=0; printf("enter the ...

Question about JavaScript Source Code 3000 Pro (gar448) for PC

1 Answer

...In FORTRAN: PROGRAM MATMULT PARAMETER (N=3) DIMENSION X(N,N), Y(N,N), Z(N,N) DOUBLE PRECISION SUM READ, X READ, Y DO 200 J=1, N DO 100 K=1, N SUM = 0.0 DO 50 L=1, N SUM = SUM + X(J,L) * Y(L,K) ...

Question about Visual Fortran Professional Edition 6.6 (QB-5UDAB-PA) for PC

1 Answer

write a program to sum of all even integer numbers #include using namespace std; int main () { int num = 0, i = 1, sum = 0; cout << "Enter a positive integer: "; cin >> num; while (i <=

Question about Visual Fortran Professional Edition 6.6 (QB-5UDAB-PA) for PC

1 Answer

Find the sum of all integer multiples of 8 between 33 and 3051. This sum is equal to 40+48+56+64+72+...+3024+3032+3040+3048= 40+(48+3048)+(56+3040)+(64+3032)+(72+3024)... There are (3048-40)/8+1=377 ...

Question about Visual Fortran Professional Edition 6.6 (QB-5UDAB-PA) for PC

1 Answer

how to write formula in excel - up to 5000 10 above 5000 20% IF SUM IS BELOW 5000, OUT PUT SHOULD BE 10% OF 5000, IF SUM IS ABOVE 5000 OUT PUT SHOULD BE 20% OF THE SUM. if(sum($D$d:$D$16)<=5000,500

I have three columns that equal a sum column. I now want to take the sum column and find out what 3.33 percent will be. This is a commission. =SUM(A1,B1,C1)*3.33% or =SUM(A1,B1,C1)*.0333 (A1, B1, C1 ...

Not finding what you are looking for?

Ask a Question

Usually answered in minutes!

Popular Products

Manuals & User Guides

Loading...