Computer Science, asked by subbulakshmis327, 4 months ago

write the algorithm and flowchart to find sum of N different numbers entered​

Answers

Answered by MithunSanthosh
2

Answer:

step 1: set count =1, sum =0

step 2: Add the count to sum

step 3: Increase count by one i.e count =count + 1

step 4: check whether count is 51

step 5: In step 5 if count is 51 display sum else go to step 2

From the flowchart we can observe that there is a loop among the steps (boxes) 3,4 and 5

Similar questions