}Design
a flowchart to find the perimeter and area of a rectangle
}The
perimeter and area of the rectangle are given by the following formulas:
perimeter
= 2 * (length + width)
area
= length * width
Draw a flowchart which inputs a length in inches, and outputs its equivalent in centimeters (1 inch = 2.54 centimeters)
No comments:
Post a Comment