/** * Created by leon on 1/10/18. */ public class MainApplication { public static void main(String[] args) { Inventory i=new Inventory(); double total=i.totalPrice(); System.out.println(total); } }