Computer Science, asked by alishahid56, 11 months ago

how to find average of three numbers in algorithm

Answers

Answered by rani49035
1

Explanation:

1.start

2. input 3 numbers. //a,b,c

3. average = ( a+b+c)/3

4.display average

5.stop

hope this will help you

Answered by AskewTronics
1

Algorithm to find the average of a three number:

Explanation:

  1. Start.
  2. Take the five variable of float type--a,b,c,d,e.
  3. Take the three numbers from the user and store it into three variables--a,b,c.
  4. Then add the value of a three-variable and store it into d.
  5. Then divide the value of a d variable by 3 and store it into e.
  6. Then print the value of e.

Algorithm Explanation :

  • The above algorithm is written in the English language because of the algorithm in need to write in the English language only.
  • The above-defined algorithm is used to convert into the program, then the user needs to make the program of average number.

Learn more :

  • Algorithm :  https://brainly.in/question/6038825
Similar questions