public class BoxingGame { public static void main(String[] args) { new Boxing().play(); } }