Choose a fruit or vegetable product that you might commonly find at the farmers market (for example, tomatoes, potatoes, lettuce, apples, cantaloupes, etc). Create a class that stores the product name, SKU number (at least 8 digits), the number of cases of the product you want to order, and the price of each case. Your Java application should create a receipt that displays the product name, the SKU number, the number of cases ordered, the price of each case, and the total cost of the order (the number of cases multiplied by the price of each case). Pay attention to the good programming practices in the text to ensure your source code is readable and well documented.