
import java.io;

public class Fifteen extends Fourteen implements foo {

	//Variables
	int a;
	
	//Methods
	protected void badluck () {
		System.out.println("Mu ha ha ha ha");
	}
	
	protected int bakersDozen(int a, Doughnuts glazed) { return 15;}

	public One getOne () { return new One();}
}