This Java project mimics the function of a cash register. It activates a dialog box where the user can input different amounts to compute the change due when mimicking a grocery or supermarket purchase. The program will ask the user to input an amount due and an amount paid for the purchase. And if there's any change due it will advise the end user.
- Project Name
- How to install it
- Running Tests
- How to use
- Report issues
- Questions
- How to make contributions
- Resources
- License
- Cash Register Program
- It consists of two Java files to compile in the IDE(Integrated Development Environment) of your preference.
- Make sure your JDK is up to date to the latest version of Java.
- Choose an IDE to install and run the program.
- Install CashRegisterTest.java and the CashRegister.java files in the SRC folder of your Java project file
- Run the CashRegisterTest.java file
- Follow the prompts in the windows
- There are no tests to run for this program.
- Make sure your JDK is up to date to the latest version of Java.
- Choose an IDE to install and run the program.
- Install CashRegisterTest.java and the CashRegister.java files in the SRC folder of your Java project file
- Run the CashRegisterTest.java file
- Follow the prompts in the windows
- Java by Oracle Corporation - install
- Visual Studio Code- install
- Apache Netbeans - install
- Eclipse - install
- Tech. Note: you only need to install one IDE of your choice to run the program.
- Contact me with questions via GitHub or send an email to: nordleendefrias@gmail.com
- Contact Nordleen De Frias at nordleendefrias@gmail.com
- none