Computer Science, asked by parthapal6582, 2 months ago

Write an algorithm to print the series 8,16,24,32,40 up to 10 terms

Answers

Answered by dverma040
1

Answer:

8×n where n = 1 to 10

Explanation:

algorithm to print the series 8,16,24,32,40 up to 10 terms=8 × n

Similar questions