java programming project.
I’m studying for my Java class and don’t understand how to answer this. Can you help me study?
/0x4*
Full requirement and sources code in the attached files.
- Solve the subset-sum problem.
- Define the new class(es): GroceriesFileReader, SubsetSum class(es)
- Practice using the java.util.ArrayList class.
- Test the class ShoppingBag
- Get in the habit of dividing larger projects into smaller parts.
- Use EGit features such as commit and clone to write and read from your repository.
- For extra credit test the class FoothillTunesStore using your SubsetSum class.