Problem: In grade school you learned that the area of a rectangle is its length times its height. Write C program that inputs two floating point numbers from the keyboard that represent the length and the height of a rectangle. Your program should output the area of the rectangle. Your variables should be of type double.