Create a class Rectangle, which has attributes length and width , each of read from user. It has member function that calculate the perimeter and area of the rectangle .It has set and get functions for both length and width . The set function should verify that length and width are each floating – point numbers greater than 0.0 and less than 20.0
I don't understand what they require in the bold line ???