average of any three number algorithm

C program to find average of any three number(flowchart)
  1. start 
  2. input
  3. average <-sum/3
  4. print average
  5. stop

Comments

Popular posts from this blog