Computer Science, asked by aditisharma9277, 6 months ago


5. Draw a flowchart and write a program in QBASIC to display the first 10 terms of the
series:
(a) 11, 17, 23, ...
(b) 144, 121, 100,
6. Draw a flowchart and write a program in QBASIC to print the first 10 terms of the
series:
(a) S = 7+ 11 + 15 + 19 +
(b) S = 3 + 6 + 12 + 24 +​

Attachments:

Answers

Answered by sai289pro
2

Explanation:(a) 11, 17, 23, 29, 35, 41, 47, 53, 59, 65

(b) 144, 121, 100, 81, 64, 49, 36, 25, 16, 9

6.)

(a) 7+11+15+19+23+27+31+35+39+43

(b)3+6+12+24+48+96+192+384+768+1536

hope this is helpful

Similar questions