Computer Science, asked by thengnusingson0479, 3 months ago

following data (N = 10):
127.5, 113.4, 533.6, 293.6, 274.2, 587.1, 39.7, 543.5, 78.1, 160.5
the following set of data (N = 7):
6.2, 12.3, 5.0, 18.8, 7.1, 12.8, 9.6
Calculate the sum of the first 100 even integers (i.e. 2 + 4 + 6 + ... +200).
. Write is a programs using IF-THEN ELSE and FOR- NEXT for the following
a. Calculate the average of a list of N numbers. Test your program with the
3. Calculate the cumulative product of a list of N numbers. Test your progres​

Answers

Answered by Anonymous
0

Answer:

Question

following data (N = 10):

127.5, 113.4, 533.6, 293.6, 274.2, 587.1, 39.7, 543.5, 78.1, 160.5

the following set of data (N = 7):

6.2, 12.3, 5.0, 18.8, 7.1, 12.8, 9.6

Calculate the sum of the first 100 even integers (i.e. 2 + 4 + 6 + ... +200).

. Write is a programs using IF-THEN ELSE and FOR- NEXT for the following

a. Calculate the average of a list of N numbers. Test your program with the

3. Calculate the cumulative product of a list of N numbers. Test your progres​

Answer:

 

Explanation:

sorry so long

Explanation:

Similar questions