Task 2 - Build A Receipt Calculator In Java
Core Functionalities:
- Accept input for items (name, price, quantity).
- Calculate subtotal, tax, discount, and final total.
- Generate and display the receipt with a list of items, prices, total cost, tax, and discount.
- Save the receipt as a text file or PDF (bonus).
Technical Specifications:
- Use Java (Java SE 8 or above).
- Implement object-oriented programming concepts.
- Use collections like ArrayList or HashMap for managing products.
- File handling for saving and retrieving receipt data.
Submission Details
- We will be sharing a Google Form shortly to collect your code files.
- Submit your code file through the provided Google Form link.
- After submission, we will verify your task.