Integer variables height and length are read from input, representing the height and the length of a rectangle, respectively. Assign recPerimeter with the perimeter of the rectangle. Ex: If the input is 3 12, then the output is: Perimeter: 30 Note: The perimeter of a rectangle is calculated by multiplying the sum of the height and the length by 2.