algorithm to calculate area of the triangle

              C program calculate area of triangle(flowchart)
  1. start 
  2. input b,h
  3. tri=0.5*b*h
  4. print tri
  5. stop

Comments

Post a Comment

Popular posts from this blog