• Modify the Farmers Market Program so the application can handle the purchase of multiple items. Use an array to store the products. Your receipt should display the purchases one product at a time, including the product name, SKU number, the number of cases purchased, the price of each case, and the value of the of that product. In addition, the receipt should display the value of the entire purchases.
- Create a method to calculate the value of the product purchases.
- Create another method to sort the array items by the name of the product.
• Post as an attachment to your Assignments Tab
• Submit both .java and .class files