bkswastika2 bkswastika2 02-09-2022 Computers and Technology Answered 8. Analyze the following program and answer the given questions: 2 CLS A = 2 SUM = 0 FOR I = 1 TO 5 SUM = SUM + A PRINT SUM A = A +2 NEXT I END a) Write the dry run of above program.