Open Issues Need Help
View All on GitHubAI Summary: Implement functionality to save the generated grocery bill (items and total cost) to a text file (.txt) on the user's local system. This involves using Java's file I/O capabilities (e.g., FileWriter or BufferedWriter) to write the bill summary to a file.
This is my first mini project in JAVA making a online grocery shop system
AI Summary: Refactor a simple Java console-based grocery shopping application to use object-oriented programming principles. This involves creating `Product` and potentially `CartItem` classes to encapsulate data and related logic, improving code organization and maintainability.
This is my first mini project in JAVA making a online grocery shop system