编写一个矩形类Rectangle,该类包括两个成员变量width 和height,一个构造函数,以及用于计算矩形面积和周长的成员方法area()、circumference()。
1 1
circumference:4.0 area:1.0