Skip to content

Latest commit

 

History

History
59 lines (48 loc) · 2.67 KB

File metadata and controls

59 lines (48 loc) · 2.67 KB

Cash Register - Java Application

Description

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.

GitHub Repo

Link to GitHub Repo

Table of Contents

Project Name

  • Cash Register Program

Installation

  • 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

Tests

  • There are no tests to run for this program.

Usage

  • 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

Technology

Questions

Report Issues

Resources

License

  • none