algorithm to calculate area of the triangle Get link Facebook X Pinterest Email Other Apps By Unknown - August 22, 2012 C program calculate area of triangle(flowchart) start input b,h tri=0.5*b*h print tri stop Get link Facebook X Pinterest Email Other Apps Comments Unknown8 May 2019 at 20:56 Nice algorithmReplyDeleteRepliesReplyAdd commentLoad more... Post a Comment
flowchart C program to divide two number By Unknown - August 24, 2012 C program to calculate average( algorithm ) Read more
algorithm to calculate area of the rectangle By Unknown - August 22, 2012 C program to calculate area of the rectangle( flowchart ) start input l,b rec=l*b print rec stop Read more
flowchart c program to check input year is leap year or not By Unknown - August 24, 2012 C program to check input year is leap year or not( algorithm ) *correction: if year%4 and year%400 then its leap year else not Read more
Nice algorithm
ReplyDelete