Update the function's signature of the getRectangleData() function so that its parameter list can accept two float64 parameters length and width; and also update the return type, so it returns two float64 types.
Remember that when you have more than one return type, you need to wrap the return type list within parentheses and separate the return types with commas: (type, type).