import Box; class StaticBox { public static void main (String[] args) { Box myBox = new Box(1.0, 2.0, 3.0); Box.printBox (myBox); } }