Computer Science, asked by farhan72892, 1 year ago

Draw a flowchart to find the average of 10 numbers

Answers

Answered by yoyoumeshgodwal
1
n(n+1)/2 where if take n=10 then you will get additional of first 10 number and if you divided it to 10 then it's your average or (n+1)/2 so first 10 digit avg is 5.5
Answered by StaceeLichtenstein
4

Following are the flowchart of  average of the 10 numbers is given below

Explanation:

  • Following are the attachment of flowchart .In this flowchart we used the loop for calculating the sum .
  • After that calculated the average in the "avg" variable .
  • Finally print the avg.

Learn More :

  • brainly.in/question/264509
Attachments:
Similar questions