
public class Rectangle {

	private int width, height;
}
