Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

InovoiceWithDiscountPlusTax

Description

A Java-based invoice generator that applies discount and tax calculations to compute the final payable amount.


Features

  • Console-based Java application
  • Clean and beginner-friendly logic
  • Demonstrates core Java fundamentals
  • Structured using packages

Technologies Used

  • Java
  • OOP Concepts
  • Console Input/Output

How to Compile and Run

Make sure you are in the project root directory.

Compile

javac InovoiceWithDiscountPlusTax\Main.java

Run

java InovoiceWithDiscountPlusTax.Main

Author

Dhruv


Working

javac InovoiceWithDiscountPlusTax\Main.java
java InovoiceWithDiscountPlusTax.Main