Computer Science, asked by kaustavbose, 8 months ago

2. Draw a flowchart and write a program in QBASIC to display the sum of the first 10 term
of the series
(a) S = 5 + 8 + 11 +.
(b) 5 = 99 + 90 + 81 +
(c) S = 1 + 2 + 4 + 8 +...​

Attachments:

Answers

Answered by dhirajsonkusare785
0

Answer:

S= 5+8+11+14

S=99+90+81+72

S=1+2+4+8+16+32

Similar questions