public class Rectangle { private int width; private int height; public int getWidth1() { 2return this.width; } public int getWidth2() { 1return width; } }