Flowchart
You are given hundred numbers divided in ten sets in the following order.
Set 1: 1-10
Set 2: 11-20
Set 3: 21-30
…
Set 10: 91-100
You have to draw a flowchart that will print the sum of each set.
Solution
To solve this problem we have to apply the concept of loop which was covered in exercise-1.