public class Rectangle {
private int width; private int height;
public reduce(int reduceBy) { int newWidth; int newHeight; }
public void applyFactor(int f1) { int newWidth; int newHeight; //CODING HERE" }