Write an algorithm to print the series 8,16,24,32,40 up to 10 terms
Answers
Answered by
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