Ask a New Question

Asked by Algorithms

To find the sum of odd numbers between 100 and 200
7 years ago

Answers

Answered by Steve
sum=0
for n=101 to 199 step 2
sum = sum+n
next n

Or, in APL,
+/100+<i>i</i> 99
7 years ago
There are no AI answers yet. The ability to request AI answers is coming soon!

Submit Your Answer


We prioritize human answers over AI answers.

If you are human, and you can answer this question, please submit your answer.

Related Questions

Find the mean of these numbers: 5,11,2,12,4,2 Possible Answers: a. 4.1 b. 4.5 c. 6 d. 4 My A... Find two numbers that contain no zero that multiple to give 1000 Find two numbers if their sum is 91 and their ratio is 6:7 Find the GCF of the two numbers, and rewrite the sum of the two numbers using the distributive prope... Find two numbers Find the mean of these numbers. 12, 9, 11, 8, 9, 12, 9 Responses A 8 B 10 C 12 D 9 Find the value of x. numbers on the sheet - 37, (9x+8) ).Find all numbers for which the rational expression is undefined. (4)/(v-2) 2).Find the lcm of (6... Find all numbers b such that the average value of f(x)=2+6x−3x^2 on the interval [0,b] is equal to 3... Find all the numbers for which the rational expression is undefined s^3-6x/ s^2-9 Thanks for the h...
Submit Your Answer

Question

To find the sum of odd numbers between 100 and 200

Ask a New Question
Archives Contact Us Privacy Policy Terms of Use