Computer Science, asked by rithuljthomas5506, 1 year ago

Draw the flowchart to print sum of first 100 natural numbers.

Answers

Answered by kashyapji45
14

here is your flow chart

Attachments:
Answered by StaceeLichtenstein
7

Following are the flowchart that is given below .

Explanation:

  • Following are the attachment of flowchart of sum of first 100 natural numbers.
  • In the flowchart we have used the "s" variable that is storing the sum first 100 number .
  • We used the while loop to controlling and iterating the loop for the 100 times .
  • k++ is increment the value of k.

Learn More:

  • brainly.in/question/264509

Attachments:
Similar questions