public class GetInfo3 { public static void main(String args[]) { float invValue; Shirt3 theShirt = new Shirt3(); invValue = theShirt.printInfo(44339, 'L', 29.99F, 340); System.out.println("Value of inventory: " + invValue); } }