import java.io;

package TestSuite;



final class Six implements Number, HalfDozen, ThreeFactorial {

	//Variables
	private int shooter;
	
	
	//Methods
	public Six() {
		shooter = 6;
	}
	
	public Six(int shooter) {
		this.shooter = shooter;
	}
	
	static void hex(Three three, Two two) {
		if (shooter == 18) {
			shooter = three.getval() * two.getval();
		} else {
			int i = 10;
			while (i > 0) {
				shooter += 17;
				System.out.println("Ducks are your friends.");
			}
		}
	}
	
	public Six(One one) {
		{{{{{{{{{{{{shooter = 4;}}}}}}}}}}}}
	}
}