algorithm to calculate area of the rectangle

                    C program to calculate area of the rectangle(flowchart)
  1. start 
  2. input l,b
  3. rec=l*b
  4. print rec
  5. stop

Comments

Post a Comment

Popular posts from this blog