1. Write a program that calculates the area and perimeter of a rectangle from a user supplied (scanf) length and width.
2. Assume that the values supplied by the user in part (1) above are in inches, recalculate and display the following:
a) area of the rectangle (in square centimeters)
b) perimeter of the rectangle in centimeters
Note : There are 2.54 centimeters per inch