) Write an algorithm and draw a flowchart to find the sum of first 50 natural
numbers
Answers
Answered by
3
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
Answer:
Explanation:
Attachments:
Similar questions