Computer Studies
Draw a flowchart and write a program in QBASIC to display the first 10 terms of the series 3, 6, 12, 24, …….
Related Questions
Explain the following with an example:
(a) Continuous loop
(b) Step loopWrite down the format of:
(a) WHILE - WEND
(b) FOR-NEXTDraw a flowchart and write a program in QBASIC to display the first 10 terms of the series -1, 2, 5, 8, …….
Draw a flowchart and write a program in QBASIC to display the first 10 terms of the series 7, 14, 21, …….
