Rectangle Area, Perimeter

Write a program RectangleAreaPerimeter.java that uses two double variables to record the length and width of a rectangle. Then calculate and display the area and perimeter of the rectangle.