A Java-based invoice generator that applies discount and tax calculations to compute the final payable amount.
- Console-based Java application
- Clean and beginner-friendly logic
- Demonstrates core Java fundamentals
- Structured using packages
- Java
- OOP Concepts
- Console Input/Output
Make sure you are in the project root directory.
javac InovoiceWithDiscountPlusTax\Main.java
java InovoiceWithDiscountPlusTax.Main
Dhruv
javac InovoiceWithDiscountPlusTax\Main.java
java InovoiceWithDiscountPlusTax.Main