Computer Science, asked by binsonbeltranabayon, 6 months ago

flowchart that will solve for the average of three numbers

Answers

Answered by anjaliirani18
1

Step 1 - start

Step 2 - Take the tree input for calculating the average . say the numbers are n1, n2, n3

Step 3 - Add the value of n1,n2,n3 .......

Step 4 - After that you have to take other variable for average like avg = add \ 3 .

Step 5 - Print the value average

Step 6 - End

Answered by Unknownvk
0

Answer:

General procedure to draw a FLOWCHART:

1. Write a valid algorithm.

2. Use appropriate symbols for each step of your algorithm.

3. Remember, every flowchart begins with a start & ends with a stop.

4. After completing the construction of flowchart using the above steps, check & test it with some example.

5. Finally, your flowchart will be ready .

I hope you got your answer.

◉‿◉

Similar questions