public class SendInfo { public static void main(String args[]) { Shirt4 theShirt = new Shirt4(); theShirt.setInfo('L', 29.99F, 44990, 12); } }