Program 10
http://www.ryanschulte.com/java/program10.java
Everything should work. The only thing I did not do was to create a seperate method for d.
Program 9
http://www.ryanschulte.com/java/program9.zip
In order for my discount to work I created an if statement that runs when you press store. This statement detects if the total is over $100,000 and if it is it applies the discount and stores the discount in the array.