public class BadElevator { public boolean doorOpen=false; public int floor = 1; public final int TOP_FLOOR = 5; public final int BOTTOM_FLOOR = 1; }